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
When I give from colbfit.tools import Dataset i get the following error:
Thanks for pointing this out; I had changed the installation to use things like from colabfit.tools.dataset import Dataset instead of from colabfit.tools import Dataset in order to make it clearer which sub-package different classes/functions come from, but I forgot to update the README.
Missing dependencies: it needs bson package but does not list it in requirements. May be add it too? I dont think it is standard package
I think another missing requirement here might be the 'markdown' package imported in dataset.py:L4. Currently, the setup.py requirements lead to the following packages being installed directly and indirectly:
I think there are couple of issues in starting colabfit-tools hat i faced.
from colbfit.tools import Dataset
i get the following error:Possible reason: Everything is commented out in init.py file. When I uncomment the 4th line, it can start the import.
I am using Python 3.7.7 on MacOS
The text was updated successfully, but these errors were encountered: