-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
I tried installing the package, and got the following error:
Collecting pycaching
Using cached https://files.pythonhosted.org/packages/e1/b8/dab5c9432d1af40f03fce718d05fc8fdc1588f88f724871d208460fde535/pycaching-3.6.3.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\MYUSERNAME\AppData\Local\Temp\pycharm-packaging\pycaching\setup.py", line 43, in <module>
with (root / "requirements.txt").open(encoding="utf-8") as f:
File "C:\Python36\lib\pathlib.py", line 1164, in open
opener=self._opener)
File "C:\Python36\lib\pathlib.py", line 1018, in _opener
return self._accessor.open(self, flags, mode)
File "C:\Python36\lib\pathlib.py", line 390, in wrapped
return strfunc(str(pathobj), *args)
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\MYUSERNAME\\AppData\\Local\\Temp\\pycharm-packaging\\pycaching\\requirements.txt'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\MYUSERNAME\AppData\Local\Temp\pycharm-packaging\pycaching\
this happened on my friend's computer too. Has something maybe broken in the package files? am I doing it wrong? any workaround?
Thanks