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

requirements.txt not reproducible #1

Open
zhpinkman opened this issue May 30, 2024 · 0 comments
Open

requirements.txt not reproducible #1

zhpinkman opened this issue May 30, 2024 · 0 comments

Comments

@zhpinkman
Copy link

I am trying to reproduce the code and upon trying to install the dependencies from requirements.txt file, the installation of the packages does not happen successfully and I can see that some of the packages have conflicts with each other or perhaps not all the necessary requirements are listed on the repo.

The issue is that even if I ignore the specific versions of the libraries mentioned in the repo, upon loading the model in the LOAD MODEL section of the mentioned jupyter notebook in the repo, I face an error: AttributeError: 'tuple' object has no attribute 'tb_frame' that I imagine is triggered due to version incompatibility of some packages.

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

1 participant