-
Notifications
You must be signed in to change notification settings - Fork 9
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
Incorrect requirments.txt File #5
Comments
Additionally requirements can be added to requirments.txt: |
AttributeError: module 'refile' has no attribute 'smart_open', How did you fix the error? |
Hello, have you solved it yet? I have the same problem, can you help me to solve it? Thank you very much |
I wasn't able to solve it. Were you guys able to solve the issue |
@aviralchharia @lllluy @TheVirtuoso7 |
Hi, the corrected readme should read:
pip3 install -r requirements.txt
instead ofpip3 install -r requirement.txt
to be consistent with the code. I have below questions:The version:
balls==0.0.115
does not exist and I think should be corrected asballs==0.0.1
?Why authors are installing two versions?
ipython==8.12.3
,ipython==8.13.2
?I cannot find
nori2==1.12.1
on the official pip search. Is it nori1?Why authors are installing two versions of
opencv_python==4.4.4.264
,opencv_python==4.7.0.72
? I think the second one is correct?Also refile==8.0.0.post1 version does not exist?
The text was updated successfully, but these errors were encountered: