-
Notifications
You must be signed in to change notification settings - Fork 182
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
tensornets on windows 10 #44
Comments
Thank you for trying TensorNets, @rohtash0211. But the error message is |
Hi,
Tensornets is working fine on another machine with the same
configuration. Microsoft
Visual C++ 14.0 is not installed on another machine.
Kindly suggest
Thanks and Regards,
*Rohtash Chaudhary*
Tel. 8588803184, 9818959484
[email protected]
…On Fri, Mar 8, 2019 at 8:08 AM Taehoon Lee ***@***.***> wrote:
Thank you for trying TensorNets, @rohtash0211
<https://github.com/rohtash0211>. But the error message is error:
Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++
Build Tools". It doesn't seem to be a TensorNets issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ArRwU5BEx1wEWNR82vSYWKUEiaBjw1-Sks5vUc0TgaJpZM4bebET>
.
|
Thank you, @rohtash0211! |
Hello @taehoonlee , I am facing same issue. Please help. VC++ is installed on my pc, and I didn't get error with any other package.
|
Do the other packages, which install succesfully, contain Cython code? Because the nms extension on which it appears to get stuck does not contain regular Python code. |
Hello, facing difficulties to install tensornets.
my environment is explained bellow.
OS: windows 10, windows 7
anaconda
Python version: 3.5, 3.6
tensorflow version: 1.9, 1.10
PIP version: 18.1, 10.0.1, 19.x
pip install tensornets and pip install git+https://github.com/taehoonlee/tensornets.git
Collecting git+https://github.com/taehoonlee/tensornets.git
Cloning https://github.com/taehoonlee/tensornets.git to c:\users\admin\appdata\local\temp\pip-req-build-pslh3n1z
Building wheels for collected packages: tensornets
Building wheel for tensornets (setup.py) ... error
Complete output from command c:\programdata\anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\admin\AppData\Local\Temp\pip-req-build-pslh3n1z\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\admin\AppData\Local\Temp\pip-wheel-kz3ibhta --python-tag cp35:
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.5
creating build\lib.win-amd64-3.5\tensornets
copying tensornets\capsulenets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\darknets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\densenets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\detections.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\inceptions.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\layers.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\middles.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\mobilenets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\nasnets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\ops.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\preprocess.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\pretrained.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\resnets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\squeezenets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\utils.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\vggs.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\wavenets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\zf.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets_init_.py -> build\lib.win-amd64-3.5\tensornets
creating build\lib.win-amd64-3.5\tensornets\datasets
copying tensornets\datasets\coco.py -> build\lib.win-amd64-3.5\tensornets\datasets
copying tensornets\datasets\imagenet.py -> build\lib.win-amd64-3.5\tensornets\datasets
copying tensornets\datasets\voc.py -> build\lib.win-amd64-3.5\tensornets\datasets
copying tensornets\datasets_init_.py -> build\lib.win-amd64-3.5\tensornets\datasets
creating build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references\rcnns.py -> build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references\rpn_utils.py -> build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references\yolos.py -> build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references\yolo_utils.py -> build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references_init_.py -> build\lib.win-amd64-3.5\tensornets\references
creating build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
copying tensornets\references\darkflow_utils\box.py -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
copying tensornets\references\darkflow_utils_init_.py -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
running egg_info
creating tensornets.egg-info
writing top-level names to tensornets.egg-info\top_level.txt
writing tensornets.egg-info\PKG-INFO
writing dependency_links to tensornets.egg-info\dependency_links.txt
writing manifest file 'tensornets.egg-info\SOURCES.txt'
reading manifest file 'tensornets.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'tensornets.egg-info\SOURCES.txt'
copying tensornets\references\darkflow_utils\get_boxes.c -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
copying tensornets\references\darkflow_utils\nms.c -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
copying tensornets\datasets\coco.names -> build\lib.win-amd64-3.5\tensornets\datasets
copying tensornets\datasets\voc.names -> build\lib.win-amd64-3.5\tensornets\datasets
copying tensornets\references\coco.names -> build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references\voc.names -> build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references\darkflow_utils\get_boxes.pyx -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
copying tensornets\references\darkflow_utils\nms.pxd -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
copying tensornets\references\darkflow_utils\nms.pyx -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
running build_ext
building 'tensornets.references.darkflow_utils.nms' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
Failed building wheel for tensornets
Running setup.py clean for tensornets
Failed to build tensornets
Installing collected packages: tensornets
Running setup.py install for tensornets ... error
Complete output from command c:\programdata\anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\admin\AppData\Local\Temp\pip-req-build-pslh3n1z\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\admin\AppData\Local\Temp\pip-record-tgoomb1b\install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.5
creating build\lib.win-amd64-3.5\tensornets
copying tensornets\capsulenets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\darknets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\densenets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\detections.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\inceptions.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\layers.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\middles.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\mobilenets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\nasnets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\ops.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\preprocess.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\pretrained.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\resnets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\squeezenets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\utils.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\vggs.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\wavenets.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets\zf.py -> build\lib.win-amd64-3.5\tensornets
copying tensornets_init_.py -> build\lib.win-amd64-3.5\tensornets
creating build\lib.win-amd64-3.5\tensornets\datasets
copying tensornets\datasets\coco.py -> build\lib.win-amd64-3.5\tensornets\datasets
copying tensornets\datasets\imagenet.py -> build\lib.win-amd64-3.5\tensornets\datasets
copying tensornets\datasets\voc.py -> build\lib.win-amd64-3.5\tensornets\datasets
copying tensornets\datasets_init_.py -> build\lib.win-amd64-3.5\tensornets\datasets
creating build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references\rcnns.py -> build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references\rpn_utils.py -> build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references\yolos.py -> build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references\yolo_utils.py -> build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references_init_.py -> build\lib.win-amd64-3.5\tensornets\references
creating build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
copying tensornets\references\darkflow_utils\box.py -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
copying tensornets\references\darkflow_utils_init_.py -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
running egg_info
writing dependency_links to tensornets.egg-info\dependency_links.txt
writing tensornets.egg-info\PKG-INFO
writing top-level names to tensornets.egg-info\top_level.txt
reading manifest file 'tensornets.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'tensornets.egg-info\SOURCES.txt'
copying tensornets\references\darkflow_utils\get_boxes.c -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
copying tensornets\references\darkflow_utils\nms.c -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
copying tensornets\datasets\coco.names -> build\lib.win-amd64-3.5\tensornets\datasets
copying tensornets\datasets\voc.names -> build\lib.win-amd64-3.5\tensornets\datasets
copying tensornets\references\coco.names -> build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references\voc.names -> build\lib.win-amd64-3.5\tensornets\references
copying tensornets\references\darkflow_utils\get_boxes.pyx -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
copying tensornets\references\darkflow_utils\nms.pxd -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
copying tensornets\references\darkflow_utils\nms.pyx -> build\lib.win-amd64-3.5\tensornets\references\darkflow_utils
running build_ext
building 'tensornets.references.darkflow_utils.nms' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
Command "c:\programdata\anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\admin\AppData\Local\Temp\pip-req-build-pslh3n1z\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\admin\AppData\Local\Temp\pip-record-tgoomb1b\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\admin\AppData\Local\Temp\pip-req-build-pslh3n1z\
Kindly help
The text was updated successfully, but these errors were encountered: