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
It seems that the requirements.txt file is missing some of the necessary libraries. Besides, some aren't necessary (such as os and warnings, which come in the base library).
I can contribute an MR that adds these. 👌
The text was updated successfully, but these errors were encountered:
To be clear, os and warnings in the requirements file isn't just "unnecessary", but actually break the installation instruction pip install -r requirements.txt which was provided in the readme, since these modules are not provided by pip.
It seems that the
requirements.txt
file is missing some of the necessary libraries. Besides, some aren't necessary (such asos
andwarnings
, which come in the base library).I can contribute an MR that adds these. 👌
The text was updated successfully, but these errors were encountered: