Created
June 1, 2019 22:58
-
-
Save gabriel19913/be692c513cb859c2d36a4fca8db63f43 to your computer and use it in GitHub Desktop.
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
Collecting bottleneck | |
Using cached https://files.pythonhosted.org/packages/05/ae/cedf5323f398ab4e4ff92d6c431a3e1c6a186f9b41ab3e8258dff786a290/Bottleneck-1.2.1.tar.gz | |
Requirement already satisfied: numpy in c:\users\gabri\anaconda3\lib\site-packages (from bottleneck) (1.16.0) | |
Building wheels for collected packages: bottleneck | |
Building wheel for bottleneck (setup.py) ... error | |
ERROR: Complete output from command 'C:\Users\gabri\Anaconda3\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\gabri\\AppData\\Local\\Temp\\pip-install-6t52qrhz\\bottleneck\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\gabri\AppData\Local\Temp\pip-wheel-jglc7sxb' --python-tag cp37: | |
ERROR: running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build\lib.win-amd64-3.7 | |
creating build\lib.win-amd64-3.7\bottleneck | |
copying bottleneck\version.py -> build\lib.win-amd64-3.7\bottleneck | |
copying bottleneck\__init__.py -> build\lib.win-amd64-3.7\bottleneck | |
creating build\lib.win-amd64-3.7\bottleneck\benchmark | |
copying bottleneck\benchmark\autotimeit.py -> build\lib.win-amd64-3.7\bottleneck\benchmark | |
copying bottleneck\benchmark\bench.py -> build\lib.win-amd64-3.7\bottleneck\benchmark | |
copying bottleneck\benchmark\bench_detailed.py -> build\lib.win-amd64-3.7\bottleneck\benchmark | |
copying bottleneck\benchmark\__init__.py -> build\lib.win-amd64-3.7\bottleneck\benchmark | |
creating build\lib.win-amd64-3.7\bottleneck\slow | |
copying bottleneck\slow\move.py -> build\lib.win-amd64-3.7\bottleneck\slow | |
copying bottleneck\slow\nonreduce.py -> build\lib.win-amd64-3.7\bottleneck\slow | |
copying bottleneck\slow\nonreduce_axis.py -> build\lib.win-amd64-3.7\bottleneck\slow | |
copying bottleneck\slow\reduce.py -> build\lib.win-amd64-3.7\bottleneck\slow | |
copying bottleneck\slow\__init__.py -> build\lib.win-amd64-3.7\bottleneck\slow | |
creating build\lib.win-amd64-3.7\bottleneck\src | |
copying bottleneck\src\template.py -> build\lib.win-amd64-3.7\bottleneck\src | |
copying bottleneck\src\__init__.py -> build\lib.win-amd64-3.7\bottleneck\src | |
creating build\lib.win-amd64-3.7\bottleneck\tests | |
copying bottleneck\tests\input_modifcation_test.py -> build\lib.win-amd64-3.7\bottleneck\tests | |
copying bottleneck\tests\list_input_test.py -> build\lib.win-amd64-3.7\bottleneck\tests | |
copying bottleneck\tests\move_test.py -> build\lib.win-amd64-3.7\bottleneck\tests | |
copying bottleneck\tests\nonreduce_axis_test.py -> build\lib.win-amd64-3.7\bottleneck\tests | |
copying bottleneck\tests\nonreduce_test.py -> build\lib.win-amd64-3.7\bottleneck\tests | |
copying bottleneck\tests\reduce_test.py -> build\lib.win-amd64-3.7\bottleneck\tests | |
copying bottleneck\tests\scalar_input_test.py -> build\lib.win-amd64-3.7\bottleneck\tests | |
copying bottleneck\tests\util.py -> build\lib.win-amd64-3.7\bottleneck\tests | |
copying bottleneck\tests\__init__.py -> build\lib.win-amd64-3.7\bottleneck\tests | |
copying bottleneck\LICENSE -> build\lib.win-amd64-3.7\bottleneck | |
running build_ext | |
building 'bottleneck.reduce' extension | |
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/ | |
---------------------------------------- | |
ERROR: Failed building wheel for bottleneck | |
Running setup.py clean for bottleneck | |
Failed to build bottleneck | |
Installing collected packages: bottleneck | |
Running setup.py install for bottleneck ... error | |
ERROR: Complete output from command 'C:\Users\gabri\Anaconda3\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\gabri\\AppData\\Local\\Temp\\pip-install-6t52qrhz\\bottleneck\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\gabri\AppData\Local\Temp\pip-record-1kqalwiq\install-record.txt' --single-version-externally-managed --compile: | |
ERROR: running install | |
running build | |
running build_py | |
running build_ext | |
building 'bottleneck.reduce' extension | |
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/ | |
---------------------------------------- | |
ERROR: Command "'C:\Users\gabri\Anaconda3\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\gabri\\AppData\\Local\\Temp\\pip-install-6t52qrhz\\bottleneck\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\gabri\AppData\Local\Temp\pip-record-1kqalwiq\install-record.txt' --single-version-externally-managed --compile" failed with error code 1 | |
in C:\Users\gabri\AppData\Local\Temp\pip-install-6t52qrhz\bottleneck\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment