Created
July 13, 2020 20:33
-
-
Save lauralorenz/7820665bf20d8cb4d309abba0a874240 to your computer and use it in GitHub Desktop.
pipenv on windows install logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Found link https://files.pythonhosted.org/packages/9c/e5/4973696de181f9a6ea3fbaaf7946711f8445b820092434fe3c2d8eb9d807/spacy-3.0.0a0.tar.gz#sha256=7ab3fd29 | |
e4d0d50a576a7f5ee27133e310a69710074a35c2b4f5b816fe6c5939 (from https://pypi.org/simple/spacy/) (requires-python:>=3.6), version: 3.0.0a0 | |
Given no hashes to check 70 links for project 'spacy': discarding no candidates | |
Using version 2.3.2 (newest of versions: 2.0.0, 2.0.1.dev0, 2.0.1, 2.0.2.dev0, 2.0.2, 2.0.3.dev0, 2.0.3, 2.0.4.dev0, 2.0.4, 2.0.5.dev0, 2.0.5, 2.0.6.dev0, | |
2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.10.dev0, 2.0.10, 2.0.11.dev0, 2.0.11, 2.0.12.dev0, 2.0.12.dev1, 2.0.12, 2.0.13.dev0, 2.0.13.dev1, 2.0.13.dev2, 2.0.13.dev4, | |
2.0.13, 2.0.14.dev0, 2.0.14.dev1, 2.0.15, 2.0.16.dev0, 2.0.16, 2.0.17.dev0, 2.0.17.dev1, 2.0.17, 2.0.18.dev0, 2.0.18.dev1, 2.0.18, 2.1.0, 2.1.1.dev0, | |
2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.1.7.dev0, 2.1.7, 2.1.8, 2.1.9, 2.2.0.dev10, 2.2.0.dev11, 2.2.0.dev13, 2.2.0.dev15, 2.2.0.dev17, 2.2.0.dev18, | |
2.2.0.dev19, 2.2.0, 2.2.1, 2.2.2.dev0, 2.2.2.dev4, 2.2.2, 2.2.3.dev0, 2.2.3, 2.2.4, 2.3.0.dev1, 2.3.0, 2.3.1, 2.3.2) | |
Collecting spacy<3.0.0,>=2.0.0; extra == "all_extras" | |
Created temporary directory: C:\Users\llorenz\AppData\Local\Temp\pip-unpack-ap4mvnjm | |
Looking up "https://files.pythonhosted.org/packages/18/db/499f374339b522b6618234b93f25d2990692795ccce3152519ccc508586c/spacy-2.3.2.tar.gz" in the | |
cache | |
Current age based on date: 979 | |
Ignoring unknown cache-control directive: immutable | |
Freshness lifetime from max-age: 365000000 | |
The response is "fresh", returning cached response | |
365000000 > 979 | |
Using cached spacy-2.3.2.tar.gz (5.9 MB) | |
Added spacy<3.0.0,>=2.0.0; extra == "all_extras" from https://files.pythonhosted.org/packages/18/db/499f374339b522b6618234b93f25d2990692795ccce3152519ccc5 | |
08586c/spacy-2.3.2.tar.gz#sha256=818de26e0e383f64ccbe3db185574920de05923d8deac8bbb12113b9e33cee1f (from prefect[all_extras]->-r | |
c:\users\llorenz\appdata\local\temp\pipenv-ylw7gxjj-requirements\pipenv-01sfljsu-requirement.txt (line 1)) to build tracker | |
'C:\\Users\\llorenz\\AppData\\Local\\Temp\\pip-req-tracker-iwy5gquh' | |
Created temporary directory: C:\Users\llorenz\AppData\Local\Temp\pip-build-env-_doagt0l | |
Installing build dependencies: started | |
Installing build dependencies: finished with status 'error' | |
Exception information: | |
Traceback (most recent call last): | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\cli\base_command.py", line 188, in _main | |
status = self.run(options, args) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\cli\req_command.py", line 185, in wrapper | |
return func(self, options, args) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\commands\install.py", line 332, in run | |
requirement_set = resolver.resolve( | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\resolution\legacy\resolver.py", line 179, in resolve | |
discovered_reqs.extend(self._resolve_one(requirement_set, req)) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\resolution\legacy\resolver.py", line 362, in _resolve_one | |
abstract_dist = self._get_abstract_dist_for(req_to_install) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\resolution\legacy\resolver.py", line 314, in _get_abstract_dist_for | |
abstract_dist = self.preparer.prepare_linked_requirement(req) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\operations\prepare.py", line 487, in prepare_linked_requirement | |
abstract_dist = _get_prepared_distribution( | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\operations\prepare.py", line 91, in _get_prepared_distribution | |
abstract_dist.prepare_distribution_metadata(finder, build_isolation) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\distributions\sdist.py", line 38, in prepare_distribution_metadata | |
self._setup_isolation(finder) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\distributions\sdist.py", line 66, in _setup_isolation | |
self.req.build_env.install_requirements( | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\build_env.py", line 199, in install_requirements | |
call_subprocess(args, spinner=spinner) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\utils\subprocess.py", line 241, in call_subprocess | |
raise InstallationError(exc_msg) | |
pip._internal.exceptions.InstallationError: Command errored out with exit status 1: 'C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\Scripts\python.exe' | |
'C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip' install --ignore-installed --no-user --prefix | |
'C:\Users\llorenz\AppData\Local\Temp\pip-build-env-_doagt0l\overlay' --no-warn-script-location -v --no-binary :none: --only-binary :none: -i | |
https://pypi.org/simple --pre -- setuptools wheel 'cython>=0.25' 'cymem>=2.0.2,<2.1.0' 'preshed>=3.0.2,<3.1.0' 'murmurhash>=0.28.0,<1.1.0' thinc==7.4.1 | |
Check the logs for full command output. | |
Removed spacy<3.0.0,>=2.0.0; extra == "all_extras" from | |
https://files.pythonhosted.org/packages/18/db/499f374339b522b6618234b93f25d2990692795ccce3152519ccc508586c/spacy-2.3.2.tar.gz#sha256=8 | |
18de26e0e383f64ccbe3db185574920de05923d8deac8bbb12113b9e33cee1f (from prefect[all_extras]->-r | |
c:\users\llorenz\appdata\local\temp\pipenv-ylw7gxjj-requirements\pipenv-01sfljsu-requirement.txt (line 1)) from build tracker | |
'C:\\Users\\llorenz\\AppData\\Local\\Temp\\pip-req-tracker-iwy5gquh' | |
Removed build tracker: 'C:\\Users\\llorenz\\AppData\\Local\\Temp\\pip-req-tracker-iwy5gquh' | |
[====] | |
Installing prefect... | |
This is likely caused by a bug in | |
prefect. Report this to its maintainers. | |
Installation Failed | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.\pipenv.exe : | |
At line:1 char:1 | |
+ .\pipenv.exe install --pre --verbose psycopg2-binary 2> psycopg2-bina ... | |
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : NotSpecified: (:String) [], RemoteException | |
+ FullyQualifiedErrorId : NativeCommandError | |
[ ] | |
Installing... | |
Writing supplied requirement line to temporary file: 'psycopg2-binary' | |
Installing 'psycopg2-binary' | |
[= ] | |
Installing psycopg2-binary... | |
[== ] | |
Installing psycopg2-binary... | |
[=== ] Installing psycopg2-binary... | |
$ ['C:\\Users\\llorenz\\.virtualenvs\\Scripts-AaihcO7N\\Scripts\\pip.exe', 'install', '--pre', '--verbose', '--upgrade', '--exists-action=i', '-r', | |
'c:\\users\\llorenz\\appdata\\local\\temp\\pipenv-49a6ieos-requirements\\pipenv-un4bwt9v-requirement.txt', '-i', 'https://pypi.org/simple'] | |
Using source directory: 'C:\\Users\\llorenz\\.virtualenvs\\Scripts-AaihcO7N\\src' | |
[ ===] | |
Installing psycopg2-binary... | |
[ ==] | |
Installing psycopg2-binary... | |
[ =] | |
Installing psycopg2-binary... | |
[ ] | |
Installing psycopg2-binary... | |
[ =] | |
Installing psycopg2-binary... | |
[ ==] | |
Installing psycopg2-binary... | |
[ ===] | |
Installing psycopg2-binary... | |
[====] | |
Installing psycopg2-binary... | |
[=== ] | |
Installing psycopg2-binary... | |
[== ] | |
Installing psycopg2-binary... | |
[= ] | |
Installing psycopg2-binary... | |
[ ] | |
Installing psycopg2-binary... | |
[= ] | |
Installing psycopg2-binary... | |
[== ] | |
Installing psycopg2-binary... | |
[=== ] | |
Installing psycopg2-binary... | |
[ ===] | |
Installing psycopg2-binary... | |
[ ==] | |
Installing psycopg2-binary... | |
[ =] | |
Installing psycopg2-binary... | |
[ ] | |
Installing psycopg2-binary... | |
Adding | |
psycopg2-binary | |
to Pipfile's | |
[packages] | |
… | |
Installation Succeeded | |
Pipfile.lock (db4242) out of date, updating to (996803)… | |
Locking [dev-packages] dependencies… | |
Locking [packages] dependencies… | |
[ ] | |
Locking... | |
Building requirements... | |
Resolving dependencies... | |
[= ] | |
Locking... | |
[== ] | |
Locking... | |
[=== ] | |
Locking... | |
[ ===] | |
Locking... | |
[ ==] | |
Locking... | |
[ =] | |
Locking... | |
[ ] | |
Locking... | |
[ =] | |
Locking... | |
[ ==] | |
Locking... | |
[ ===] | |
Locking... | |
[====] | |
Locking... | |
[=== ] | |
Locking... | |
[== ] | |
Locking... | |
[= ] | |
Locking... | |
[ ] | |
Locking... | |
ROUND 1 | |
Current constraints: | |
psycopg2-binary (from -r C:\Users\llorenz\AppData\Local\Temp\pipenv53xveytnrequirements\pipenv-caq22v5c-constraints.txt (line 2)) | |
Finding the best candidates: | |
[= ] | |
Locking... | |
[== ] | |
Locking... | |
[=== ] | |
Locking... | |
[ ===] | |
Locking... | |
[ ==] | |
Locking... | |
[ =] | |
Locking... | |
[ ] | |
Locking... | |
[ =] | |
Locking... | |
[ ==] | |
Locking... | |
[ ===] | |
Locking... | |
[====] | |
Locking... | |
[=== ] | |
Locking... | |
[== ] | |
Locking... | |
[= ] | |
Locking... | |
[ ] | |
Locking... | |
[= ] | |
Locking... | |
[== ] | |
Locking... | |
found candidate psycopg2-binary==2.8.5 (constraint was <any>) | |
Finding secondary dependencies: | |
psycopg2-binary==2.8.5 requires - | |
------------------------------------------------------------ | |
Result of round 1: stable, done | |
Generating hashes: | |
psycopg2-binary | |
ROUND 1 | |
Current constraints: | |
psycopg2-binary (from -r C:\Users\llorenz\AppData\Local\Temp\pipenv53xveytnrequirements\pipenv-caq22v5c-constraints.txt (line 2)) | |
Finding the best candidates: | |
found candidate psycopg2-binary==2.8.5 (constraint was <any>) | |
Finding secondary dependencies: | |
psycopg2-binary==2.8.5 requires - | |
------------------------------------------------------------ | |
Result of round 1: stable, done | |
Generating hashes: | |
psycopg2-binary | |
Success! | |
Updated Pipfile.lock (996803)! | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Found link https://files.pythonhosted.org/packages/9c/e5/4973696de181f9a6ea3fbaaf7946711f8445b820092434fe3c2d8eb9d807/spacy-3.0.0a0.tar.gz#sha256=7ab3fd29 | |
e4d0d50a576a7f5ee27133e310a69710074a35c2b4f5b816fe6c5939 (from https://pypi.org/simple/spacy/) (requires-python:>=3.6), version: 3.0.0a0 | |
Given no hashes to check 141 links for project 'spacy': discarding no candidates | |
Using version 3.0.0.dev12 (newest of versions: 0.31, 0.32, 0.33, 0.40, 0.51, 0.52, 0.60, 0.61, 0.62, 0.63, 0.64, 0.65, 0.67, 0.68, 0.70, 0.80, 0.81, 0.82, | |
0.83, 0.84, 0.85, 0.86, 0.87, 0.88, 0.89, 0.90, 0.91, 0.92, 0.93, 0.94, 0.95, 0.97, 0.98, 0.99, 0.100.0, 0.100.1, 0.100.2, 0.100.3, 0.100.4, 0.100.5, | |
0.100.6, 0.100.7, 0.101.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.1.0, 1.1.1, 1.1.2, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1, 1.7.2, 1.7.3, | |
1.7.5, 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.10.0, 1.10.1, 2.0.0, 2.0.1.dev0, 2.0.1, 2.0.2.dev0, 2.0.2, 2.0.3.dev0, 2.0.3, 2.0.4.dev0, 2.0.4, 2.0.5.dev0, 2.0.5, | |
2.0.6.dev0, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.10.dev0, 2.0.10, 2.0.11.dev0, 2.0.11, 2.0.12.dev0, 2.0.12.dev1, 2.0.12, 2.0.13.dev0, 2.0.13.dev1, 2.0.13.dev2, | |
2.0.13.dev4, 2.0.13, 2.0.14.dev0, 2.0.14.dev1, 2.0.15, 2.0.16.dev0, 2.0.16, 2.0.17.dev0, 2.0.17.dev1, 2.0.17, 2.0.18.dev0, 2.0.18.dev1, 2.0.18, 2.1.0, | |
2.1.1.dev0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.1.7.dev0, 2.1.7, 2.1.8, 2.1.9, 2.2.0.dev10, 2.2.0.dev11, 2.2.0.dev13, 2.2.0.dev15, 2.2.0.dev17, | |
2.2.0.dev18, 2.2.0.dev19, 2.2.0, 2.2.1, 2.2.2.dev0, 2.2.2.dev4, 2.2.2, 2.2.3.dev0, 2.2.3, 2.2.4, 2.3.0.dev1, 2.3.0, 2.3.1, 2.3.2, 3.0.0.dev8, 3.0.0.dev12, | |
3.0.0a0) | |
Collecting spacy | |
Created temporary directory: C:\Users\llorenz\AppData\Local\Temp\pip-unpack-jt1bzysp | |
Looking up "https://files.pythonhosted.org/packages/20/f7/126928e4e3ae24633116618366040ee7fd24a7428a59126b618b1d0b1066/spacy-3.0.0.dev12.tar.gz" in the | |
cache | |
Current age based on date: 907 | |
Ignoring unknown cache-control directive: immutable | |
Freshness lifetime from max-age: 365000000 | |
The response is "fresh", returning cached response | |
365000000 > 907 | |
Using cached spacy-3.0.0.dev12.tar.gz (5.8 MB) | |
Added spacy from https://files.pythonhosted.org/packages/20/f7/126928e4e3ae24633116618366040ee7fd24a7428a59126b618b1d0b1066/spacy-3.0.0.dev12.tar.gz#sha25 | |
6=ffc8fa8d86c519c4a6e8d36d9b5388a7d90961a72f35c74c388ce409a60ec763 | |
Created temporary directory: C:\Users\llorenz\AppData\Local\Temp\pip-build-env-54g0hr9e | |
Installing build dependencies: started | |
Installing build dependencies: finished with status 'error' | |
Exception information: | |
Traceback (most recent call last): | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\cli\base_command.py", line 188, in _main | |
status = self.run(options, args) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\cli\req_command.py", line 185, in wrapper | |
return func(self, options, args) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\commands\install.py", line 332, in run | |
requirement_set = resolver.resolve( | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\resolution\legacy\resolver.py", line 179, in resolve | |
discovered_reqs.extend(self._resolve_one(requirement_set, req)) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\resolution\legacy\resolver.py", line 362, in _resolve_one | |
abstract_dist = self._get_abstract_dist_for(req_to_install) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\resolution\legacy\resolver.py", line 314, in _get_abstract_dist_for | |
abstract_dist = self.preparer.prepare_linked_requirement(req) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\operations\prepare.py", line 487, in prepare_linked_requirement | |
abstract_dist = _get_prepared_distribution( | |
File "C:\Users\llorenz\.vi | |
rtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\operations\prepare.py", line 91, in _get_prepared_distribution | |
abstract_dist.prepare_distribution_metadata(finder, build_isolation) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\distributions\sdist.py", line 38, in prepare_distribution_metadata | |
self._setup_isolation(finder) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\distributions\sdist.py", line 66, in _setup_isolation | |
self.req.build_env.install_requirements( | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\build_env.py", line 199, in install_requirements | |
call_subprocess(args, spinner=spinner) | |
File "C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip\_internal\utils\subprocess.py", line 241, in call_subprocess | |
raise InstallationError(exc_msg) | |
pip._internal.exceptions.InstallationError: Command errored out with exit status 1: 'C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\Scripts\python.exe' | |
'C:\Users\llorenz\.virtualenvs\Scripts-AaihcO7N\lib\site-packages\pip' install --ignore-installed --no-user --prefix | |
'C:\Users\llorenz\AppData\Local\Temp\pip-build-env-54g0hr9e\overlay' --no-warn-script-location -v --no-binary :none: --only-binary :none: -i | |
https://pypi.org/simple --pre -- setuptools wheel 'cython>=0.25' 'cymem>=2.0.2,<2.1.0' 'preshed>=3.0.2,<3.1.0' 'murmurhash>=0.28.0,<1.1.0' thinc==8.0.0a11 | |
'blis>=0.4.0,<0.5.0' Check the logs for full command output. | |
Removed spacy from https://files.pythonhosted.org/packages/20/f7/126928e4e3ae24633116618366040ee7fd24a7428a59126b618b1d0b1066/spacy-3.0.0.dev12.tar.gz#sha25 | |
6=ffc8fa8d86c519c4a6e8d36d9b5388a7d90961a72f35c74c388ce409a60ec763 | |
Removed build tracker: 'C:\\Users\\llorenz\\AppData\\Local\\Temp\\pip-req-tracker-pnd5lc1x' | |
This is likely caused by a bug in spacy | |
. Report this to its maintainers. | |
Installation Failed | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment