Ошибка установки пакета наборов данных в Python - PullRequest
0 голосов
/ 19 апреля 2020

При попытке установить datasets

C:\Users\Tanuj>python -m pip install datasets
Collecting datasets
  Using cached datasets-0.0.9.zip (4.0 kB)
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Tanuj\AppData\Local\Programs\Python\Python36\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Tanuj\\AppData\\Local\\Temp\\pip-install-r3yalxlu\\datasets\\setup.py'"'"'; __file__='"'"'C:\\Users\\Tanuj\\AppData\\Local\\Temp\\pip-install-r3yalxlu\\datasets\\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\Tanuj\AppData\Local\Temp\pip-install-r3yalxlu\datasets\pip-egg-info'
         cwd: C:\Users\Tanuj\AppData\Local\Temp\pip-install-r3yalxlu\datasets\
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Tanuj\AppData\Local\Temp\pip-install-r3yalxlu\datasets\setup.py", line 10, in <module>
        with open(path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f:
      File "C:\Users\Tanuj\AppData\Local\Programs\Python\Python36\lib\codecs.py", line 897, in open
        file = builtins.open(filename, mode, buffering)
    FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Tanuj\\AppData\\Local\\Temp\\pip-install-r3yalxlu\\datasets\\DESCRIPTION.rst'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
я получил приведенную ниже ошибку
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...