-
Notifications
You must be signed in to change notification settings - Fork 5
Missing requirements.txt #8
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Hello,
First of all, thank you so much for the code base to your paper, it is much appreciated.
I'm am slowly going through the README but I keep running into missing module e.g.
ModuleNotFoundError: No module named.Now, I am slowly putting a
requirements.txtfile together, but there's always a chance I end up with the wrong version for some librairies. The originalrequirements.txtfile would be a great help in that regard.