Have tries a couple of times now, but each time the result is the same:
pip install python-language-server
Collecting python-language-server
Downloading https://files.pythonhosted.org/packages/97/4c/b561716780888f8df9ed44b5e2b8b499258c31b7722d96da0002483fcdd2/python-language-server-0.19.0.tar.gz (55kB)
100% |████████████████████████████████| 61kB 150kB/s
Complete output from command python setup.py egg_info:
error in python-language-server setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected version spec in configparser; python_version<"3.0" at ; python_version<"3.0"
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/l1/mjqxjq7j08jb6z6_f7j5wcgw0000gn/T/pip-install-5Zy4C7/python-language-server/
Not sure if it is an XCode thing or perhaps the version of Python.
OS: macOS High Sierra v10.13.4
Python: 2.7.10
Please update setup tools pip install -U setuptools
arunimamookherjee, nickatomlin, farzadhallaji, Lizhangcheng, sinamoqadam, nalibjchn, maximeka, szrenyisu, glebmikulko, CooperPair, and 197 more reacted with thumbs down emoji
betseyliu, caionobrega, matheusabr, mitchl, kierun, raghuram-kukun, itsmyfirstname, Loongle, tonywang531, jiangzhiguo1992, and 9 more reacted with laugh emoji
tarekstronghol, betseyliu, insung3511, kierun, dev-isho, Loongle, tonywang531, timofeigladkikh, fitoprincipe, BioVinci, and 9 more reacted with hooray emoji
geekboy0801, Loongle, rbgt, baiyfbupt, sanpier, samirbraga, m0caa, nandes2062, mahmoudtokura, hilderjares, and 19 more reacted with confused emoji
betseyliu, nabidul, Bernal-R, shop350, italojs, bashirk, marsaka, kierun, fish98, matthiasjo, and 21 more reacted with heart emoji
AsmaKehila, JakeMalis, and Involution124 reacted with rocket emoji
Oh ow, that is causing an even bigger error :-/
pip install -U setuptools
Collecting setuptools
Downloading https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl (567kB)
100% |████████████████████████████████| 573kB 635kB/s
Installing collected packages: setuptools
Found existing installation: setuptools 18.5
Uninstalling setuptools-18.5:
Could not install packages due to an EnvironmentError: [('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc', '/private/var/folders/l1/mjqxjq7j08jb6z6_f7j5wcgw0000gn/T/pip-uninstall-HGTmWv/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc', "[Errno 1] Operation not permitted: '/private/var/folders/l1/mjqxjq7j08jb6z6_f7j5wcgw0000gn/T/pip-uninstall-HGTmWv/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py', '/private/var/folders/l1/mjqxjq7j08jb6z6_f7j5wcgw0000gn/T/pip-uninstall-HGTmWv/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py', "[Errno 1] Operation not permitted: '/private/var/folders/l1/mjqxjq7j08jb6z6_f7j5wcgw0000gn/T/pip-uninstall-HGTmWv/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py', '/private/var/folders/l1/mjqxjq7j08jb6z6_f7j5wcgw0000gn/T/pip-uninstall-HGTmWv/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py', "[Errno 1] Operation not permitted: '/private/var/folders/l1/mjqxjq7j08jb6z6_f7j5wcgw0000gn/T/pip-uninstall-HGTmWv/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.pyc', '/private/var/folders/l1/mjqxjq7j08jb6z6_f7j5wcgw0000gn/T/pip-uninstall-HGTmWv/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.pyc', "[Errno 1] Operation not permitted: '/private/var/folders/l1/mjqxjq7j08jb6z6_f7j5wcgw0000gn/T/pip-uninstall-HGTmWv/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib', '/private/var/folders/l1/mjqxjq7j08jb6z6_f7j5wcgw0000gn/T/pip-uninstall-HGTmWv/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib', "[Errno 1] Operation not permitted: '/private/var/folders/l1/mjqxjq7j08jb6z6_f7j5wcgw0000gn/T/pip-uninstall-HGTmWv/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib'")]
Any suggestions? Thanks a lot
pulkitk1234 and harihandika reacted with hooray emoji
Hmmm, tried sudo and sudo -H but pretty much the same:
sudo -H pip install -U setuptools
Collecting setuptools
Downloading https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl (567kB)
100% |████████████████████████████████| 573kB 463kB/s
matplotlib 1.3.1 requires tornado, which is not installed.
Installing collected packages: setuptools
Found existing installation: setuptools 18.5
Uninstalling setuptools-18.5:
Could not install packages due to an EnvironmentError: [('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc', '/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc', "[Errno 1] Operation not permitted: '/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py', '/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py', "[Errno 1] Operation not permitted: '/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py', '/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py', "[Errno 1] Operation not permitted: '/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.pyc', '/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.pyc', "[Errno 1] Operation not permitted: '/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib', '/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib', "[Errno 1] Operation not permitted: '/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib'")]
Can you try `brew install python` instead of use the Mac’s native one? There are some issues with it it would seem.
…
On 7 Jun 2018, at 17:52, Schalk Neethling ***@***.***> wrote:
Hmmm, tried sudo and sudo -H but pretty much the same:
sudo -H pip install -U setuptools
Collecting setuptools
Downloading https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl (567kB)
100% |████████████████████████████████| 573kB 463kB/s
matplotlib 1.3.1 requires tornado, which is not installed.
Installing collected packages: setuptools
Found existing installation: setuptools 18.5
Uninstalling setuptools-18.5:
Could not install packages due to an EnvironmentError: [(‘/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc’, ‘/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc’, «[Errno 1] Operation not permitted: ‘/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc'»), (‘/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py’, ‘/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py’, «[Errno 1] Operation not permitted: ‘/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py'»), (‘/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py’, ‘/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py’, «[Errno 1] Operation not permitted: ‘/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py'»), (‘/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.pyc’, ‘/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.pyc’, «[Errno 1] Operation not permitted: ‘/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.pyc'»), (‘/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib’, ‘/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib’, «[Errno 1] Operation not permitted: ‘/private/tmp/pip-uninstall-3xJsCH/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib'»)]
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
Zachary24, thomasbeznoskov7777, mirfan899, BitterSyrup, defragolo, davizucon, ldatta, yunusovbekir, leoleg, deki90to, and 7 more reacted with thumbs down emoji
LIANG-SN and brijesh-kalkani reacted with confused emoji
@gatesn Did this previously, so I did brew reinstall python
Here is the output of that:
==> Reinstalling python
==> Installing dependencies for python: sqlite
==> Installing python dependency: sqlite
==> Downloading https://homebrew.bintray.com/bottles/sqlite-3.24.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/a5/a51a1d0a22f6648b41980363dae433223785b55cf62bd9c67a78c15eadad7a99?__gda__=ex
######################################################################## 100.0%
==> Pouring sqlite-3.24.0.high_sierra.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local,
because macOS provides an older sqlite3.
If you need to have this software first in your PATH run:
echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.zshrc
For compilers to find this software you may need to set:
LDFLAGS: -L/usr/local/opt/sqlite/lib
CPPFLAGS: -I/usr/local/opt/sqlite/include
==> Summary
🍺 /usr/local/Cellar/sqlite/3.24.0: 11 files, 3.5MB
==> Installing python
==> Downloading https://homebrew.bintray.com/bottles/python-3.6.5.high_sierra.bottle.1.tar.gz
Already downloaded: /Users/schalkneethling/Library/Caches/Homebrew/python-3.6.5.high_sierra.bottle.1.tar.gz
==> Pouring python-3.6.5.high_sierra.bottle.1.tar.gz
==> /usr/local/Cellar/python/3.6.5/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/loca
==> /usr/local/Cellar/python/3.6.5/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/loca
==> /usr/local/Cellar/python/3.6.5/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/loca
==> Caveats
Python has been installed as
/usr/local/bin/python3
Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
`python3`, `python3-config`, `pip3` etc., respectively, have been installed into
/usr/local/opt/python/libexec/bin
If you need Homebrew's Python 2.7 run
brew install python@2
Pip, setuptools, and wheel have been installed. To update them run
pip3 install --upgrade pip setuptools wheel
You can install Python packages with
pip3 install <package>
They will install into the site-package directory
/usr/local/lib/python3.6/site-packages
See: https://docs.brew.sh/Homebrew-and-Python
The did echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.zshrc
Then did: pip3 install --upgrade pip setuptools wheel and got
Cache entry deserialization failed, entry ignored
Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (10.0.1)
Cache entry deserialization failed, entry ignored
Collecting setuptools
Using cached https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl
Cache entry deserialization failed, entry ignored
Collecting wheel
Using cached https://files.pythonhosted.org/packages/81/30/e935244ca6165187ae8be876b6316ae201b71485538ffac1d718843025a9/wheel-0.31.1-py2.py3-none-any.whl
Installing collected packages: setuptools, wheel
Found existing installation: setuptools 39.0.1
Uninstalling setuptools-39.0.1:
Successfully uninstalled setuptools-39.0.1
Found existing installation: wheel 0.31.0
Uninstalling wheel-0.31.0:
Successfully uninstalled wheel-0.31.0
Rolling back uninstall of wheel
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/bin/wheel'
Consider using the `--user` option or check the permissions.
So I did: sudo pip3 install --upgrade pip setuptools wheel and got
The directory ‘/Users/schalkneethling/Library/Caches/pip/http’ or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
The directory ‘/Users/schalkneethling/Library/Caches/pip’ or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (10.0.1)
Requirement already up-to-date: setuptools in /usr/local/lib/python3.6/site-packages (39.2.0)
Requirement already up-to-date: wheel in /usr/local/lib/python3.6/site-packages (0.31.1)
Then did sudo pip3 install python-language-server
And it seems to have worked:
The directory '/Users/schalkneethling/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/schalkneethling/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting python-language-server
Downloading https://files.pythonhosted.org/packages/97/4c/b561716780888f8df9ed44b5e2b8b499258c31b7722d96da0002483fcdd2/python-language-server-0.19.0.tar.gz (55kB)
100% |████████████████████████████████| 61kB 1.1MB/s
Collecting future>=0.14.0 (from python-language-server)
Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz (824kB)
100% |████████████████████████████████| 829kB 3.3MB/s
Collecting jedi>=0.12 (from python-language-server)
Downloading https://files.pythonhosted.org/packages/e7/42/074192a165622e645ed4aeade63e76e56b3496a044569b3c6cae3a918352/jedi-0.12.0-py2.py3-none-any.whl (172kB)
100% |████████████████████████████████| 174kB 3.9MB/s
Collecting pluggy (from python-language-server)
Downloading https://files.pythonhosted.org/packages/ba/65/ded3bc40bbf8d887f262f150fbe1ae6637765b5c9534bd55690ed2c0b0f7/pluggy-0.6.0-py3-none-any.whl
Collecting parso>=0.2.0 (from jedi>=0.12->python-language-server)
Downloading https://files.pythonhosted.org/packages/cd/3e/5908f9577dbd1e5df53e64349bfd11e46b726c1e4d8cd676bbe8aa4de316/parso-0.2.1-py2.py3-none-any.whl (91kB)
100% |████████████████████████████████| 92kB 2.4MB/s
Installing collected packages: future, parso, jedi, pluggy, python-language-server
Running setup.py install for future ... done
Running setup.py install for python-language-server ... done
Successfully installed future-0.16.0 jedi-0.12.0 parso-0.2.1 pluggy-0.6.0 python-language-server-0.19.0
Palak-B, Flora883, shivamgarg17, SizheWei, mirfan899, and brijesh-kalkani reacted with thumbs down emoji
hastimal reacted with heart emoji
hastimal reacted with rocket emoji
Great…. I faced a similar issue while installing mysqlclient for python
sudo pip3 install MySQL client
Issue Resolved
Zachary24, ZQbd, powderblock, Rexfarell, marwanse, mdhussain7, henrique945, MehranJanfeshan, and brijesh-kalkani reacted with thumbs down emoji
edwardz8 and expmud reacted with laugh emoji
edwardz8 reacted with hooray emoji
LIANG-SN reacted with confused emoji
edwardz8, richardmk, and wxiaogui reacted with heart emoji
In order to connect to mysql from python (mine 3.7) (import mysql.connector), I used ‘pip install mysql-connector-python’. Worked for me
Thanks @shreyashk09 for me also ‘pip install mysql-connector-python’ worked
I had this problem when I tried to install xgboost-lib in virtual environment on mac. I was able to install it in first time but then second time I had this problem. I did the same as schalkneethling commented on 9 Jun but it didn’t work. Then I renamed /Library/Developer/CommandLineTools folder and installed xcode command line tools again.
xcode-select —install
This worked for me. I don’t know if it was only the reinstalling command line tools or was it because of both.
I have a seem question when i install minepy ,and then i try they way you did ,finally success,thank u
here is my code
sudo pip3 install --upgrade pip setuptools wheel
sudo pip3 install minepy
Zachary24, PyGera, CobaiN-why, yunusovbekir, PoSsIBiLiTy357, and sametuzun781 reacted with thumbs down emoji
IslamAlam reacted with hooray emoji
untitled1024 and SuguKumar91 reacted with heart emoji
IslamAlam, sonnellove, and betozanette reacted with rocket emoji
Using conda, mine was fixed by executing:
conda install shapely
If you are using pip try:
pip install shapely
kierenduffy, smounitz, and xerxes01 reacted with heart emoji
jaeho3690, jjderooy, MyatMinHan, and xerxes01 reacted with rocket emoji
I had the same issue with pip. Executing: sudo python -m pip install scipy worked for me
xcode-select —install
worked for me
una imagen de docker es la solución, con eso te ahorras errores internos que tiene mac con las actualizaciones de herramientas de python
with conda you can do this:
conda install py-xgboost
I am trying to install pyradar in ubuntu 18.04 with python 3.6 using pip
Command «python setup.py egg_info» failed with error code 1 in /tmp/pip-install-itd9hctk/pyradar/ is the error I am getting.
I have updated setuptools and development packages too. Please help
Hello can someone please help me with this. I have tried everything mentioned above but the error doesn’t go away.
Command «python setup.py egg_info» failed with error code 1 in /private/var/folders/8z/gpqdyh8x14ddw7p75n63wzkh0000gn/T/pip-install-45NKk3/psycopg2/
Command «python setup.py egg_info» failed with error code 1 in /private/tmp/pip-install-44321s9y/distribute/
when i do thid command:
pip2 install -U scikit-image
the problem is 👍
Command «python setup.py egg_info» failed with error code 1 in /tmp/pip-install-wt8Rvr/matplotlib/
i don’t konw why?
when i do thid command:
pip2 install -U scikit-image
the problem is
Command «python setup.py egg_info» failed with error code 1 in /tmp/pip-install-wt8Rvr/matplotlib/
i don’t konw why?
i am also this question
I used pip install psycopg2-binary
and it worked for me. thanks for the help guys.
For me the problem was while installing psycopg2
Sollution:
For python 2:
sudo apt-get install libpq-dev python-dev
For python 3
sudo apt-get install libpq-dev python3-dev
Please try «xcode-select —install» as mentioned by @bjxgcl
It also works for me.
Help please I am a new user of python, and I try to install «scikit-spectra» with this; «sudo python3 -m pip install scikit-spectra» I got the error as » ERROR: Complete output from command python setup.py egg_info:
ERROR: Traceback (most recent call last):
File «», line 1, in
File «/tmp/pip-install-cv_doa98/scikit-spectra/setup.py», line 16, in
with open(‘requirements.txt’, ‘r’) as f:
FileNotFoundError: [Errno 2] No such file or directory: ‘requirements.txt’
—————————————-
ERROR: Command «python setup.py egg_info» failed with error code 1 in /tmp/pip-install-cv_doa98/scikit-spectra/»
Any suggestions? Thanks…
Help i was trying to clone pip install git+https://github.com/zhangchiyu10/pyC45.git , and ERROR: Command «python setup.py egg_info» failed with error code 1 in C:UsersYULIAN~1AppDataLocalTemppip-req-build-_iw_ga7h
i have updated my setup to the latest, and nothing changes. help what should i do
I have a seem question when i install minepy ,and then i try they way you did ,finally success,thank u
here is my code
sudo pip3 install --upgrade pip setuptools wheel
sudo pip3 install minepy
This did it for me.
I have a seem question when i install minepy ,and then i try they way you did ,finally success,thank u
here is my code
sudo pip3 install --upgrade pip setuptools wheel
sudo pip3 install minepy
Tried so many things and this finally worked. thank you!!
sudo pip3 install mysql-connector-python
This command worked for me.
pip3 install python-openstackclient
Please update setup tools
pip install -U setuptools
I tried that and many other so many times. Won’t work.
pip install —upgrade pip setuptools wheel
worked for my case
on Fedora:
dnf install python3-devel
sudo dnf -y groupinstall «Development Tools»
// and maybe these optional packages:
pip3 install —upgrade pip setuptools wheel
pip3 install pipenv
If this error still pops up just try to re-install pip from this file https://bootstrap.pypa.io/get-pip.py.
python3 get-pip.py
Then ensure pip, setups-tools and wheel are up to date:
python3 -m pip install --upgrade pip setuptools wheel
Hope this helps !
For me the problem was while installing psycopg2
Sollution:
For python 2:
sudo apt-get install libpq-dev python-dev
For python 3
sudo apt-get install libpq-dev python3-dev
hey thanks it helped
python -m pip install --upgrade pip setuptools wheel
Requirement already up-to-date: pip in c:usersuserappdatalocalprogramspythonpython38-32libsite-packages (20.0.1)
Requirement already up-to-date: setuptools in c:usersuserappdatalocalprogramspythonpython38-32libsite-packages (45.1.0)
Requirement already up-to-date: wheel in c:usersuserappdatalocalprogramspythonpython38-32libsite-packages (0.33.6)
pip, setuptools and wheel all are updated but I am still facing issue for Scripy Installation.
ERROR: Command errored out with exit status 1:
command: ‘c:usersuserappdatalocalprogramspythonpython38-32python.exe’ -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘»‘»‘C:UsersUserAppDataLocalTemppip-install-r_fcatzhScripysetup.py'»‘»‘; file='»‘»‘C:UsersUserAppDataLocalTemppip-install-r_fcatzhScripysetup.py'»‘»‘;f=getattr(tokenize, ‘»‘»‘open'»‘»‘, open)(file);code=f.read().replace(‘»‘»‘rn'»‘»‘, ‘»‘»‘n'»‘»‘);f.close();exec(compile(code, file, ‘»‘»‘exec'»‘»‘))’ egg_info —egg-base ‘C:UsersUserAppDataLocalTemppip-install-r_fcatzhScripypip-egg-info’
cwd: C:UsersUserAppDataLocalTemppip-install-r_fcatzhScripy
Complete output (7 lines):
Traceback (most recent call last):
File «», line 1, in
File «C:UsersUserAppDataLocalTemppip-install-r_fcatzhScripysetup.py», line 96, in
description=get_description(packages[0], PACKAGE_DIR),
File «C:UsersUserAppDataLocalTemppip-install-r_fcatzhScripysetup.py», line 47, in get_description
pkg = import(package, level=1)
KeyError: «‘name‘ not in globals»
—————————————-
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
hello you should just install it other way using cmd terminal it works without error, then go find your lib
in C:Users………AppDataLocalProgramsPythonPython38-32Libsite-packages
there you will find items you downloaded …… then copy it to your project libarary
C:Users……..PycharmProjectsprojectnamevenvLibsite-packages
you may use liclipse instead pycharm community version it works without problem
welcome everybody
Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
For me fixes after: sudo apt-get install libpq-dev
original
I used pip3 instead of pip and it worked for me!
I was attempting to install Sphinx:
File "<string>", line 17, in <module>
File "/private/var/folders/l0/1n78l_551rv_f1g_klmmj7jh0000gn/T/pip_build_macbookpro/sphinx/setup.py", line 8, in <module>
import sphinx
File "sphinx/__init__.py", line 20, in <module>
from .deprecation import RemovedInNextVersionWarning
File "sphinx/deprecation.py", line 29
def deprecated_alias(modname: str, objects: Dict, warning: Type[Warning]) -> None:
^
SyntaxError: invalid syntax
I have a seem question when i install minepy ,and then i try they way you did ,finally success,thank u
here is my code
sudo pip3 install --upgrade pip setuptools wheel
sudo pip3 install minepy
thank you so much! i have solved my question by sudo pip
i am new to programming language of python i am using visual studio code as mentioned in the title and my os is windows 8.1 pro and my python version is 3.7.2
the following is the error:
C:UsersSURAJ MAHENDRADesktop>pip install pyttsx3
Collecting pyttsx3
Using cached pyttsx3-2.84-py3-none-any.whl (39 kB)
Collecting pyobjc>=2.4
Using cached pyobjc-6.1-py3-none-any.whl (2.9 kB)
Collecting comtypes; «win32» in sys_platform
Using cached comtypes-1.1.7.zip (180 kB)
Collecting pyobjc-framework-SecurityInterface==6.1
Downloading pyobjc-framework-SecurityInterface-6.1.tar.gz (23 kB)
ERROR: Command errored out with exit status 1:
command: ‘e:pythonpython.exe’ -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘»‘»‘C:UsersSURAJM1AppDataLocalTemppip-install-i2qlzoqppyobjc-framework-SecurityInterfacesetup.py'»‘»‘; file='»‘»‘C:UsersSURAJM1AppDataLocalTemppip-install-i2qlzoqppyobjc-framework-SecurityInterfacesetup.py'»‘»‘;f=getattr(tokenize, ‘»‘»‘open'»‘»‘, open)(file);code=f.read().replace(‘»‘»‘rn'»‘»‘, ‘»‘»‘n'»‘»‘);f.close();exec(compile(code, file, ‘»‘»‘exec'»‘»‘))’ egg_info —egg-base ‘C:UsersSURAJM1AppDataLocalTemppip-install-i2qlzoqppyobjc-framework-SecurityInterfacepip-egg-info’
cwd: C:UsersSURAJM1AppDataLocalTemppip-install-i2qlzoqppyobjc-framework-SecurityInterface
Complete output (15 lines):
Traceback (most recent call last):
File «», line 1, in
File «C:UsersSURAJM1AppDataLocalTemppip-install-i2qlzoqppyobjc-framework-SecurityInterfacesetup.py», line
23, in
extra_link_args=[«-framework», «SecurityInterface»],
File «C:UsersSURAJM1AppDataLocalTemppip-install-i2qlzoqppyobjc-framework-SecurityInterfacepyobjc_setup.py», line 408, in Extension
os_level = get_os_level()
File «C:UsersSURAJM~1AppDataLocalTemppip-install-i2qlzoqppyobjc-framework-SecurityInterfacepyobjc_setup.py», line 218, in get_os_level
pl = plistlib.readPlist(«/System/Library/CoreServices/SystemVersion.plist»)
File «e:pythonlibplistlib.py», line 99, in readPlist
with _maybe_open(pathOrFile, ‘rb’) as fp:
File «e:pythonlibcontextlib.py», line 112, in enter
return next(self.gen)
File «e:pythonlibplistlib.py», line 82, in _maybe_open
with open(pathOrFile, mode) as fp:
FileNotFoundError: [Errno 2] No such file or directory: ‘/System/Library/CoreServices/SystemVersion.plist’
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
i have tried many times by changing the directory and even turned to pycharm but to no avail.
i just cant understand whats the problem. can anyone help me and please explain me layman’s language as i am new.
thanking you sir/madam.
I have the same problem and i have been try many times by change directory but it’s not work for my case. Anyone can help me?
C:UsersHpDocumentsGitHubtwint>pip3 install twint
Collecting twint
Using cached twint-2.1.16.tar.gz (30 kB)
ERROR: Command errored out with exit status 1:
command: ‘c:usershpappdatalocalprogramspythonpython36python.exe’ -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘»‘»‘C:UsersHpAppDataLocalTemppip-install-c8lvadyltwintsetup.py'»‘»‘; file='»‘»‘C:UsersHpAppDataLocalTemppip-install-c8lvadyltwintsetup.py'»‘»‘;f=getattr(tokenize, ‘»‘»‘open'»‘»‘, open)(file);code=f.read().replace(‘»‘»‘rn'»‘»‘, ‘»‘»‘n'»‘»‘);f.close();exec(compile(code, file, ‘»‘»‘exec'»‘»‘))’ egg_info —egg-base ‘C:UsersHpAppDataLocalTemppip-install-c8lvadyltwintpip-egg-info’
cwd: C:UsersHpAppDataLocalTemppip-install-c8lvadyltwint
Complete output (26 lines):
Traceback (most recent call last):
File «c:usershpappdatalocalprogramspythonpython36libsite-packagespkg_resources_init_.py», line 2864, in get_entry_map
ep_map = self.ep_map
File «c:usershpappdatalocalprogramspythonpython36libsite-packagespkg_resources_init.py», line 2822, in getattr
raise AttributeError(attr)
AttributeError: _ep_map
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:UsersHpAppDataLocalTemppip-install-c8lvadyltwintsetup.py", line 64, in <module>
'Programming Language :: Python :: Implementation :: CPython',
File "c:usershpappdatalocalprogramspythonpython36libsite-packagessetuptools__init__.py", line 143, in setup
_install_setup_requires(attrs)
File "c:usershpappdatalocalprogramspythonpython36libsite-packagessetuptools__init__.py", line 132, in _install_setup_requires
(k, v) for k, v in attrs.items()
File "c:usershpappdatalocalprogramspythonpython36libsite-packagessetuptoolsdist.py", line 423, in __init__
for ep in pkg_resources.iter_entry_points('distutils.setup_keywords'):
File "c:usershpappdatalocalprogramspythonpython36libsite-packagespkg_resources__init__.py", line 657, in <genexpr>
for entry in dist.get_entry_map(group).values()
File "c:usershpappdatalocalprogramspythonpython36libsite-packagespkg_resources__init__.py", line 2867, in get_entry_map
self._get_metadata('entry_points.txt'), self
File "c:usershpappdatalocalprogramspythonpython36libsite-packagespkg_resources__init__.py", line 2538, in parse_map
raise ValueError("Entry points must be listed in groups")
ValueError: Entry points must be listed in groups
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
To all people that are directed here by a google search or something: unless you’re running pip3 install python-language-server, your problem has nothing to do with this package.
Therefore, please don’t report it here. Thanks!
palantir
locked as too heated and limited conversation to collaborators
Mar 25, 2020
-
Partition Wizard
-
Partition Manager
- Python Setup.py egg_info Failed with Error Code 1? [Fixed]
By Ariel | Follow |
Last Updated December 28, 2022
When trying to install some packages with pip, a lot of users receive the “command «python setup.py egg_info» failed with error code 1” message. Fortunately, MiniTool summarizes several proven solutions to the error. Let’s start trying.
What causes the python setup.py egg_info failed with error code 1? According to user reports, the error often occurs when your pip or setuptools is outdated or installed improperly. If the ez_setup module is missing from your computer, you may also receive the pip install failed with error code 1. Here we provide 4 applicable ways to fix it. You can try them in order until the error gets resolved.
I’m new to Python and have been trying to install some packages with pip. But pip install unroll gives me: Command «python setup.py egg_info» failed with error code 1 in C:UsersMARKAN~1AppDataLocalTemppip-build-wa7uco0kunroll. How can I solve this?https://stackoverflow.com/questions/35991403/pip-install-unroll-python-setup-py-egg-info-failed-with-error-code-1

First of all, you should check if the pip and setuptools have been installed on your computer. It will show you the current version numbers of them. Once you find your pip or setuptools version is outdated, you can continue the following solutions to update them.
Here’s how to check the pip and setuptools installed version.
Step 1. Type cmd in the search box on the taskbar. And then right-click the Command Prompt app and select Run as administrator.
Step 2. In the elevated Command Prompt window, type the pip list command and hit Enter. Now, you can see the pip and setuptools version numbers are the lasted versions. If not, you can proceed with the following fixes to update them.
Tip: If the setuptools don’t appear in the list, you can install it from the PyPi official website.

If you have already installed the setuptools, you can follow the steps below to update it to the latest version.
Step 1. Open the elevated Command Prompt just like Step 1 in the above fix.
Step 2. Type the following command and hit Enter to update the setuptools.
Note: If you are on the Terminal window, make sure you run sudo pip install –upgrade setuptools.
pip install –upgrade setuptools
Once updated successfully, you can try installing the package again and see if the command «python setup.py egg_info» failed with error code 1 still appears.
Fix 3. Upgrade Pip
The command python setup.py egg_info failed with error code 1 can also be caused by the pip itself. If you are using an old version of pip, we recommend you update it to the latest version. To do so, you just need to run python -m pip install -U pip in the elevated Command Prompt.
Tip: If this command can’t fix the pip error code 1, you can try running the python3 -m pip3 install -U pip command.
Fix 4. Install the ez_setup Module
Sometimes the command python setup.py egg_info failed with error code 1 just occurs because the ez_setup module is missing from your system. In this case, installing ez_setup can help you fix the error.
Step 1. Open the elevated Command Prompt window again, and then type pip install ez_setup in it and hit Enter.
Step 2. If not working, try running the pip install unroll command.
Step 3. If it’s still not working, it’s possible that your pip didn’t install/upgrade properly. To fix it, try running the easy_install -U setuptools command. And run pip install unroll again.
After you installed ez_setup module successfully, try installing the package and see if the pip error code 1 gets fixed.
About The Author
Position: Columnist
Ariel is an enthusiastic IT columnist focusing on partition management, data recovery, and Windows issues. She has helped users fix various problems like PS4 corrupted disk, unexpected store exception error, the green screen of death error, etc. If you are searching for methods to optimize your storage device and restore lost data from different storage devices, then Ariel can provide reliable solutions for these issues.
The error code 1 is defined as Operation not permitted in python standard errno system symbols. This issue is mostly caused when your setuptools do not appear to be installed or updated. In this article, we have provided the methods that solved the issue for most users regarding this particular error.

Check if your pip and setuptools are Installed Correctly
Before updating you should check if the pip and setuptools are installed on your system. It also shows the version numbers for both. You can find out if your pip or setuptools version is out of date due to which you are having the error issue. Follow the below steps to check the installed versions:
- Open the Command Prompt by searching it through the Windows search feature.
- Type the following command to get the list of installed packages.
pip list

Checking installed packages - If the setuptools is available in the packages list, it means it is already installed on your system. You can check the version and compare it with the latest version.
Upgrade setuptools
If the setuptools is already installed, then try updating it to the newest version. You can try the following steps to update your setuptools.
- Open the Command Prompt by searching it through the Windows search feature.
- Now type the following command to update the setuptools:
pip install –upgrade setuptools
Note: If you are on Terminal, make sure to add the “sudo” before the command.

- It will give an output of successfully installed. Now you can try using the command that gave the error in the first place.
Upgrade pip
Sometimes the issue resides in the pip itself. You can upgrade pip to fix the issue. You can follow the below steps to upgrade pip:
- Press the Windows + S key to open the Windows search feature. Now search for the Command Prompt and open it.
- To update the pip, try the following command:
python -m pip install -U pip

Upgrading pip - Now you can try installing your package with the pip command.
Try to Install the ez_setup
Some users got their issues fixed by installing the ez_setup module. Sometimes the module missing from your system can cause the issue. Installing it resolved the issue for many users. Follow the below steps:
- Hold the Windows key and press R to open the Run dialog box. Now type CMD in it and press the Enter key to open Command Prompt.
- Type the following command to install the ez_setup:
pip install ez_setup

Installing ez_setup - It will return the successfully installed message with the version name. You can now try using the package install command and see if it works.
Kevin Arrows
Kevin is a dynamic and self-motivated information technology professional, with a Thorough knowledge of all facets pertaining to network infrastructure design, implementation and administration. Superior record of delivering simultaneous large-scale mission critical projects on time and under budget.
Back to top button
If you are trying to install a Python package and are seeing the error message Command python setup.py egg_info failed with error code 1, don’t worry – you’re not alone! This can be a frustrating error to encounter, but fortunately, there is a solution.
In this blog post, we will walk you through the steps to resolving this issue.
When you’re trying to install a Python package, you may encounter the command “python setup.py egg_info” failing with error code 1. This error message indicates an issue with the Python installation on your computer.
Follow the methods below to resolve this issue.
Method 1: Check if Python is Installed
Python may be missing from your system. Check if Python is installed by running the following command:
C:WindowsSystem32>python -V
'python' is not recognized as an internal or external command,
operable program or batch file.
If you get the error above, it means Python is not installed on your computer.
Follow the steps below to install Python:
- Download Python from python.org.
- Once downloaded, run the executable file.
- Proceed with the steps to install Python.
- After the installation has been completed, run the above command again.
Method 2: Check if PIP is Installed
Although Python may be installed, PIP may not have gotten installed. PIP is a package management system written in Python. It’s used to install and manage software packages. Check if PIP is installed by running the following command:

If you don’t get the output above, it means PIP isn’t installed on your computer. Follow the steps below to install PIP on Windows:
- At the Windows search bar, type cmd.
- When the Command Prompt window appears, click Run as administrator.
- At the Command Prompt window, download the get-pip.py file by running the following command:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
To install PIP, type:
python get-pip.py
Once installed, you should upgrade to the latest version by running the command:
pip install – upgrade pip
Once pip has been installed, you can verify if it’s working by listing all the installed packages.
pip list
Setuptools is a collection of enhancements to the Python distribution that allows developers to build and distribute Python packages.
You may encounter the command “python setup.py egg_info” failing with error code 1 if the setuptools are not installed or outdated.
Upgrade setuptools by running the following command:
pip install – upgrade setuptools
Conclusion
Hopefully one of these solutions will fix your issue. If not, please feel free to reach out to us for help. We’re here to help!