You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use git to pull the code, then I use the command python -m pip install -e .
then there is a error
(quant) E:\Python\quantaxis\pyfinance>python -m pip install -e .
Looking in indexes: http://pypi.douban.com/simple/
Obtaining file:///E:/Python/XXX/pyfinance
ERROR: Complete output from command python setup.py egg_info:
ERROR: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "E:\Python\XXX\pyfinance\setup.py", line 8, in <module>
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
File "E:\ProgramData\Anaconda3\envs\quant\lib\codecs.py", line 898, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: 'E:\\Python\\XXX\\pyfinance\\README.rst'
So I change the 'README.rst' to 'README.md', then is OK.
The text was updated successfully, but these errors were encountered:
I use git to pull the code, then I use the command
python -m pip install -e .
then there is a error
So I change the 'README.rst' to 'README.md', then is OK.
The text was updated successfully, but these errors were encountered: