-
Notifications
You must be signed in to change notification settings - Fork 63
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
Install failing On Windows 10 - python 3.8.0 #24
Comments
From your error message:
Do you have that exec. available @Benbbe ? |
Yes, |
@Benbbe I'm facing the same problem. DId find a solution? |
This looks similar to issues in other libraries such as statsmodels/statsmodels#4160, benfred/implicit#91, explosion/spaCy#741. |
I'm able to reproduce this:
Then:
As another answer suggested, upgrading |
Anyone find a solution to this? |
I had a similar problem trying to install greenlet and pynvim. If you use chocolatey this might work:
If not, just download it from https://go.microsoft.com/fwlink/?LinkId=691126 (Direct download link) |
Me too - whatever I tried on windows - I failed. No issues at all - working flawlessly. |
@tefod-zz thanks for sharing this. it saved the day. |
thanks ❤️ it works |
It works for me! Big thanks! |
Hello,
Install fails On Windows 10 - python 3.8.0 when trying to install pycld2
Collecting pycld2 Using cached https://files.pythonhosted.org/packages/21/d2/8b0def84a53c88d0eb27c67b05269fbd16ad68df8c78849e7b5d65e6aec 3/pycld2-0.41.tar.gz Installing collected packages: pycld2 Running setup.py install for pycld2 ... error ERROR: Command errored out with exit status 1: command: 'C:\dev\apps\python-3.8.0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\User s\\$$$$$\\AppData\\Local\\Temp\\pip-install-k2k97h5p\\pycld2\\setup.py'"'"'; __file__='"'"'C:\\Users\\$$$\\AppData \\Local\\Temp\\pip-install-k2k97h5p\\pycld2\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.re ad().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C: \Users\$$$\AppData\Local\Temp\pip-record-rv13nhfp\install-record.txt' --single-version-externally-managed --compile cwd: C:\Users\$$$\AppData\Local\Temp\pip-install-k2k97h5p\pycld2\ Complete output (10 lines): running install running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\pycld2 copying pycld2\__init__.py -> build\lib.win32-3.8\pycld2 running build_ext building 'pycld2._pycld2' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.micr osoft.com/downloads/ ---------------------------------------- ERROR: Command errored out with exit status 1: 'C:\dev\apps\python-3.8.0\python.exe' -u -c 'import sys, setuptools, toke nize; sys.argv[0] = '"'"'C:\\Users\\$$$\\AppData\\Local\\Temp\\pip-install-k2k97h5p\\pycld2\\setup.py'"'"'; __file__ ='"'"'C:\\Users\\$$$\\AppData\\Local\\Temp\\pip-install-k2k97h5p\\pycld2\\setup.py'"'"';f=getattr(tokenize, '"'"'ope n'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"' exec'"'"'))' install --record 'C:\Users\$$$\AppData\Local\Temp\pip-record-rv13nhfp\install-record.txt' --single-vers ion-externally-managed --compile Check the logs for full command output.
Regards
The text was updated successfully, but these errors were encountered: