achillesrasquinha / bulbea

:boar: :bear: Deep Learning based Python Library for Stock Market Prediction and Modelling

Home Page:http://bulbea.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntaxWarning and FileNotFoundError

umar10001000 opened this issue · comments

I'm getting these errors when trying to run the setup:

C:\Windows\System32>C:\Users\kanzl\Downloads\bulbea-master\bulbea-master\setup.py install
C:\Users\kanzl\Downloads\bulbea-master\bulbea-master\setup.py:65: SyntaxWarning: "is" with a literal. Did you mean "=="?
content += '{prepend}{content}'.format(prepend = '' if i is 0 else '\n\n', content = raw)
Traceback (most recent call last):
File "C:\Users\kanzl\Downloads\bulbea-master\bulbea-master\setup.py", line 107, in
main()
File "C:\Users\kanzl\Downloads\bulbea-master\bulbea-master\setup.py", line 89, in main
long_description = get_long_description(package.long_description),
File "C:\Users\kanzl\Downloads\bulbea-master\bulbea-master\setup.py", line 71, in get_long_description
raise FileNotFoundError('No such file found: {filepath}'.format(filepath = filepath))
FileNotFoundError: No such file found: README.md

If you could help I would appreciate, thanks