innatis icon indicating copy to clipboard operation
innatis copied to clipboard

Cannot install by pip

Open nwang27 opened this issue 4 years ago • 0 comments

Cannot use pip install to have innatis on Windows.

Collecting innatis
  Using cached  https://files.pythonhosted.org/.../innatis-0.7.0.tar.gz
    ERROR: Command errored out with exit status 1:
     command: 'UserDirectory\\Anaconda3\envs\nlpenv\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'UserDirectory\\AppData\\Local\\Temp\\pip-install-n6mweefa\\innatis\\setup.py'"'"'; __file__='"'"'UserDirectory\\AppData\\Local\\Temp\\pip-install-n6mweefa\\innatis\\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 'UserDirectory\\AppData\Local\Temp\pip-install-n6mweefa\innatis\pip-egg-info'
         cwd: UserDirectory\\AppData\Local\Temp\pip-install-n6mweefa\innatis\
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "UserDirectory\\AppData\Local\Temp\pip-install-n6mweefa\innatis\setup.py", line 10, in <module>
        with open(os.path.join(here, "VERSION"), encoding="utf-8") as f:
    FileNotFoundError: [Errno 2] No such file or directory: 'UserDirectory\\AppData\\Local\\Temp\\pip-install-n6mweefa\\innatis\\VERSION'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

nwang27 avatar Oct 18 '19 06:10 nwang27