-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-BqMhb7/matplotlib/ #418
Comments
Hi, following link solved my problem googleapis/google-cloud-python#3884 You should try pip install --upgrade setuptools. |
sudo apt-get install python3.6-dev libmysqlclient-dev |
This means that your setuptools are out of date. |
I hope this was successful and thanks everyone for helping out, but I'm going to close this issue since it isn't related to this package. |
I had the same issue with django 2.0, so pip3 instead of pip, the problem may seem that using python 2.7 is impossible hence using python3 instead as typing |
I am having same issue but after running this command (pip3 install neuralpy) , i get the error message "Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/y4/xznzf1fx6q53dqfh71_0lxfm0000gn/T/pip-build-2jgclo3u/neuralpy/" |
Did you try |
yes I did |
ImportError: No module named _winreg Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-gGlnv2/pypiwin32/i have this problem,is that because i use python2.7? i saw someone said the module '_wiinreg' named 'winreg' in python3. |
i failed work |
For all those people who are facing issues:write the following Using the |
i tink matplotlib is not suported by python3 so try |
I was having a similar problem in Windows, and it was a permissions issue. Since you cannot sudo, the way I found around it was to find my Python folder, right-click then manually edit the permissions in Properties, or open a cmd as an Administrator. (That is a right-click option.) |
I'm having the same problem with install pymongo on ubuntu |
Same problem while attempting to install mysqlclient in a digital ocean droplet. |
pip install progressbar33 worked in my case |
For mac users, |
I get this error:
|
i get this error:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-30vjp6u3/mysqlclient/ |
On debian these additional packages resolved same issue for me: seems almost same as @Khotso-t solution |
Try this.It solved my problem |
You should try the following commends
Then |
Hello, pip install --upgrade setuptools works for me! |
good |
Exception: i get this error ??? |
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/08/n4ks_ytx2kggqpp88k9p23bw0000gn/T/pip-install-Ihs9Fg/aiohttp/ |
UPDATErun the following commands to successfully install it! |
used pip3 instead of pip problem solved somehow |
Worked for me too! I used Ubuntu 18.04 |
I am still getting the same issue as the original post. I have tried some of these solutions to no avail. I am running python 3.6.9 (maybe that's the issue?). Just thought I would hop in the thread to see if anyone has a definitive answer. EDIT: I think I got it fixed. https://pip.pypa.io/en/stable/installing/#upgrading-pip I read back through the output & found this link to update pip. I had tried with different commands, but the above worked properly. |
default pip doesn't support Python 2 anymore, so don't upgrade it into the last version. -stackoverflow So, if you are still using default pip (python 2.7) then upgrade your pip to pip==20.3.4, and upgrade your setuptools too
its solve for me. |
Worked for me. Thanks. |
I have done everything here but nothing works. Is there other tips? |
what is this doing? |
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-f_0c8_4q/cryptography/ I am facing this error while installing apache-superset on Ubuntu-18. Please help. |
It working for me |
You may try use |
试试这两行代码或许会有用 |
for my case, both of --upgrade pip with --upgrade setuptools worked for me ^^ thanks |
pip3 install -upgrade pip |
I had the same issue. and I was able to resolve it by running "pip3 install --upgrade pip" and it worked perfectly fine for me because I was running an older version of pip. |
Hi, Collecting pydispatch × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
I just ditched pip and installed pip3, worked like magic |
Thanks Facebook/Prophet !!
…On Thu, 2 Jun 2022, 4:52 pm Felipe Silva, ***@***.***> wrote:
Hi I try to install the package *neuralpy* in Python2.7 using this
command in terminal
pip install neuralpy
And I got this error message
python setup.py egg_info" failed with error code 1 in
/tmp/pip-build-BqMhb7/matplotlib/
Help me pleeeeeeeeeeeeease 👍
I just ditched pip and installed pip3, worked like magic
—
Reply to this email directly, view it on GitHub
<#418 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQT5TCFRF5FYBQYKA44D4A3VNC4BXANCNFSM4EMCWBUA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thanks it's work for me |
Guess what i'm having the same error while installing pandas . Yeah it's 2022 . |
|
es ce que vous avez gerer le probleme d'espace sur le disque dur parfois c'est sa le probleme |
nothing worked... i had to use anaconda prompt |
o meu nao funcionou, atualizei, tentei dnv, mas aparece isso tambem: note: This error originates from a subprocess, and is likely not a problem with pip. |
I am scrolling down to see if any comment have the highest like reaction and lowest dislike one and still can't find a solution 👯♂️ |
this helped me, my pip was not up to date python -m pip install --upgrade pip |
Hi, I don't install PiDictionary. Because, I have a one error. ERROR: Could not find a version that satisfies the requirement PiDictionary (from versions: none) Please help me for install it. |
pip install --upgrade pip==20.2 use it!l succeed. |
Это помогло!Я пытался качать pyrogram, но не выходило из-за payeas, но после вашего совета у меня получилось!!! |
Hi
I try to install the package neuralpy in Python2.7 using this command in terminal
And I got this error message
python setup.py egg_info" failed with error code 1 in /tmp/pip-build-BqMhb7/matplotlib/
Help me pleeeeeeeeeeeeease 👍
The text was updated successfully, but these errors were encountered: