You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: