1

我试图使用 conda https://www.enigma.co/catalyst/install.html#troubleshooting-conda-install安装催化剂, 但遇到错误。我已经安装了“Python 3.5、3.6:Visual C++ 2015 Build Tools,它安装了 Visual C++ 14.0 版。这是推荐的版本,但不工作。请帮忙

(catalyst) C:\Users\John>pip install enigma-catalyst matplotlib
Collecting enigma-catalyst
  Using cached enigma-catalyst-0.5.21.tar.gz (767 kB)
Collecting matplotlib
  Using cached matplotlib-3.3.3-cp36-cp36m-win_amd64.whl (8.5 MB)
Requirement already satisfied: pip>=7.1.0 in e:\python_doc\anaconda3\envs\catalyst\lib\site-packages (from enigma-catalyst) (20.2.4)
Collecting setuptools==38.5.1
  Using cached setuptools-38.5.1-py2.py3-none-any.whl (489 kB)
Collecting Logbook==0.12.5
  Using cached Logbook-0.12.5.tar.gz (166 kB)
    ERROR: Command errored out with exit status 1:
     command: 'E:\Python_Doc\anaconda3\envs\catalyst\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\John\\AppData\\Local\\Temp\\pip-install-8i5dyoan\\logbook\\setup.py'"'"'; __file__='"'"'C:\\Users\\John\\AppData\\Local\\Temp\\pip-install-8i5dyoan\\logbook\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\John\AppData\Local\Temp\pip-pip-egg-info-go7ga4gn'
         cwd: C:\Users\John\AppData\Local\Temp\pip-install-8i5dyoan\logbook\
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\John\AppData\Local\Temp\pip-install-8i5dyoan\logbook\setup.py", line 57, in <module>
        from setuptools import setup, Extension, Feature
    ImportError: cannot import name 'Feature'
    ----------------------------------------
4

0 回答 0