Jump to content

Im new to python and coding in general, but some stuff is going well. Im working on a program and it requires me to install something with pip install.

Keep in mind ive already done 

```pip install pip --upgrade```

and

```pip install setuptools --upgrade```]

yet it still wont install.

Here is the error and if any of you know how to fix this, ide appreciate it!

Screenshot_1.png

Link to comment
https://linustechtips.com/topic/1030977-nooby-python-beginner-here-need-some-help/
Share on other sites

Link to post
Share on other sites

3 minutes ago, ArkeussTalksCodeAndComps said:

Im new to python and coding in general, but some stuff is going well. Im working on a program and it requires me to install something with pip install.

Keep in mind ive already done 

```pip install pip --upgrade```

and

```pip install setuptools --upgrade```]

yet it still wont install.

Here is the error and if any of you know how to fix this, ide appreciate it!

Screenshot_1.png

Hi, welcome to the forums!

 

could you please send over your script? Can’t really see what’s wrong without knowing what your script is

✧・゚: *✧・゚:*  Quote for a reply  *:・゚✧*:・゚✧

 

✧・゚: *✧・゚:*   Ask for discord   *:・゚✧*:・゚✧

Link to post
Share on other sites

6 minutes ago, ArkeussTalksCodeAndComps said:

Im new to python and coding in general, but some stuff is going well. Im working on a program and it requires me to install something with pip install.

Keep in mind ive already done 

```pip install pip --upgrade```

and

```pip install setuptools --upgrade```]

yet it still wont install.

Here is the error and if any of you know how to fix this, ide appreciate it!

Screenshot_1.png

What are you trying to install? Like @iLostMyXbox21 said, we can't really help without a full stacktrace / debug output, or at least knowing what you're trying to install. Also let us know if you're on Linux, Windows, or MacOS, along with a link to the website with the installation guide you're following, if you're following one.

 

A quick Google search for "Getting requirements to build wheel" reveals the following GitHut issue thread: https://github.com/pypa/pip/issues/6163

Desktop: KiRaShi-Intel-2022 (i5-12600K, 5060 Ti) Mobile: Moto Razr 50 Ultra (Razr+ 2024) | 30GB CAN+US+MEX $30/month
Laptop: Lenovo Yoga 7i (16") 82UF0015US (i7-12700H, 16GB/2TB RAM/SSD, A370M GPU) Tablet: Lenovo Tab Plus (256GB)
Camera: Canon M6 Mark II | Canon Rebel T1i (500D) | Canon SX280 Music: Spotify Premium (CIRCA '08)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×