-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install error #2
Comments
Thanks for reporting the issue, Can you kindly help me with the version of python you are currently working with and also confirm that, it is the latest version of the package ? |
Yes It's the latest version of pip tried using conda too didn't work both python 3.6 |
The issue seems to be with the packing of the distribution, the file requirements.txt This is fixed with the latest version, try installing the latest pkg IMDBAPI==1.0.2. if you are having problems with version not available, kindly use the
Thanks Again! |
Fixed now |
Tried your sample1.py this the error I've been getting Traceback (most recent call last): |
The results of this API depends on the front end html given by the site, it may fail if the class or id or the tag which identify particular data is changed. In this case the tag which used to identify the director field is changed by the Site, hence it results in the error. I'll suppress the error for now, Note: The fix/any part of the code, may fail in the future given the change in the html. |
with open('requirements.txt') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
Command "python setup.py egg_info" failed with error code 1
The text was updated successfully, but these errors were encountered: