Skip to content
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

Open
aviralchharia opened this issue May 7, 2024 · 5 comments
Open

Incorrect requirments.txt File #5

aviralchharia opened this issue May 7, 2024 · 5 comments

Comments

@aviralchharia
Copy link

Hi, the corrected readme should read: pip3 install -r requirements.txt instead of pip3 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 as balls==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?

@aviralchharia
Copy link
Author

Additionally requirements can be added to requirments.txt:
tensorboard

@lllluy
Copy link

lllluy commented May 16, 2024

AttributeError: module 'refile' has no attribute 'smart_open', How did you fix the error?

@TheVirtuoso7
Copy link

Hello, have you solved it yet? I have the same problem, can you help me to solve it? Thank you very much

@aviralchharia
Copy link
Author

I wasn't able to solve it. Were you guys able to solve the issue

@patienceFromZhou
Copy link
Owner

patienceFromZhou commented May 24, 2024

@aviralchharia @lllluy @TheVirtuoso7
nori, refile and balls are private packages, they are used to build a quicker dataloader. I replace them with common torch dataloader before release the code but some code was not completely removed.
to fix this, you can replace "xxx.smart_open" with "open", or pull the latest commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants