asingh33 / CNNGestureRecognizer

Gesture recognition via CNN. Implemented in Keras + Tensorflow/Theano + OpenCV
MIT License
981 stars 358 forks source link

termcolor can not installed. #86

Open damnwenxi opened 2 years ago

damnwenxi commented 2 years ago

ERROR: Command errored out with exit status 1: command: 'D:\env\python-3.6.1\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\ \Feng.Ke2\AppData\Local\Temp\pip-install-vv9yk5m8\termcolor_9225f0eab1cc439fba1d07947650279c\setup.py'"'"'; file ='"'"'C:\Users\Feng.Ke2\AppData\Local\Temp\pip-install-vv9yk5m8\termcolor_9225f0eab1cc439fba1d07947650279c\set up.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code , file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Feng.Ke2\AppData\Local\Temp\pip-pip-egg-info-6fv3kxlb' cwd: C:\Users\Feng.Ke2\AppData\Local\Temp\pip-install-vv9yk5m8\termcolor_9225f0eab1cc439fba1d07947650279c\ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\Feng.Ke2\AppData\Local\Temp\pip-install-vv9yk5m8\termcolor_9225f0eab1cc439fba1d07947650279c\setup.py" , line 35, in from termcolor import VERSION ImportError: cannot import name 'VERSION'

WARNING: Discarding https://mirrors.aliyun.com/pypi/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173a a79f981/termcolor-1.1.0.tar.gz#sha256=1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b (from https://mir rors.aliyun.com/pypi/simple/termcolor/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement termcolor==1.1.0 (from versions: 0.1, 0.1.1, 0.1.2, 0.2, 1.0.0, 1.0.1, 1.1.0) ERROR: No matching distribution found for termcolor==1.1.0 image

asingh33 commented 2 years ago

Let me check this