04-05-2021 12:11 PM
Hi,
I am trying to install aci-toolkit on my windows 10 ent - 64 bit
Getting below error, i am unable to resolve it.
Please help
Building wheels for collected packages: py-radix
Building wheel for py-radix (setup.py): started
Building wheel for py-radix (setup.py): finished with status 'error'
Running setup.py clean for py-radix
Failed to build py-radix
Installing collected packages: py-radix, jsonschema, ipaddress, graphviz, flask-wtf, flask-sqlalchemy, flask-httpauth, flask-cors, flask-bootstrap, flask-admin, deepdiff, acitoolkit
Running setup.py install for py-radix: started
Running setup.py install for py-radix: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'C:\Users\user\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-ev9s3082\\py-radix_c8322c145401479a9d4a3bc979999859\\setup.py'"'"'; __file__='"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-ev9s3082\\py-radix_c8322c145401479a9d4a3bc979999859\\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\user\AppData\Local\Temp\pip-wheel-hoem7cdf'
cwd: C:\Users\user\AppData\Local\Temp\pip-install-ev9s3082\py-radix_c8322c145401479a9d4a3bc979999859\
Complete output (13 lines):
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.9
creating build\lib.win-amd64-3.9\radix
copying radix\radix.py -> build\lib.win-amd64-3.9\radix
copying radix\__init__.py -> build\lib.win-amd64-3.9\radix
warning: build_py: byte-compiling is disabled, skipping.
running build_ext
building 'radix._radix' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
----------------------------------------
ERROR: Failed building wheel for py-radix
ERROR: Command errored out with exit status 1:
command: 'C:\Users\user\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-ev9s3082\\py-radix_c8322c145401479a9d4a3bc979999859\\setup.py'"'"'; __file__='"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-ev9s3082\\py-radix_c8322c145401479a9d4a3bc979999859\\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\user\AppData\Local\Temp\pip-record-7i7u__zz\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Include\py-radix'
cwd: C:\Users\user\AppData\Local\Temp\pip-install-ev9s3082\py-radix_c8322c145401479a9d4a3bc979999859\
Complete output (13 lines):
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.9
creating build\lib.win-amd64-3.9\radix
copying radix\radix.py -> build\lib.win-amd64-3.9\radix
copying radix\__init__.py -> build\lib.win-amd64-3.9\radix
warning: build_py: byte-compiling is disabled, skipping.
running build_ext
building 'radix._radix' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\user\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-ev9s3082\\py-radix_c8322c145401479a9d4a3bc979999859\\setup.py'"'"'; __file__='"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-ev9s3082\\py-radix_c8322c145401479a9d4a3bc979999859\\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\user\AppData\Local\Temp\pip-record-7i7u__zz\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Include\py-radix' Check the logs for full command output.
WARNING: You are using pip version 20.3.4; however, version 21.0.1 is available.
You should consider upgrading via the 'C:\Users\user\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.
04-07-2021 03:38 PM
The error displayed during the compilation of the modules I believe is your clue:
error: Microsoft Visual C++ 14.0 or greater is required.
Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
I'd suggest taking a look at making sure you have a CPP compiler installed, and then repeating the installation to see if that helps.
q.
02-15-2022 02:48 AM
Hey qsnyder,
I was also getting the same error and I waste so many days investigating it.
Today I have seen your comment and installed CPP and it got worked for me.
Thank you so much for your support.
Salim Shaikh
02-01-2024 07:11 AM
Has this been resolved?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide