Jump to content

Nooby python beginner here, need some help!

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
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 comment
Share on other sites

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, RTX2060) Mobile: OnePlus 5T | Koodo - 75GB Data + Data Rollover for $45/month
Laptop: Dell XPS 15 9560 (the real 15" MacBook Pro that Apple didn't make) Tablet: iPad Mini 5 | Lenovo IdeaPad Duet 10.1
Camera: Canon M6 Mark II | Canon Rebel T1i (500D) | Canon SX280 | Panasonic TS20D Music: Spotify Premium (CIRCA '08)

Link to comment
Share on other sites

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

×