I think there are couple of issues in starting colabfit-tools hat i faced.
- When I give
from colbfit.tools import Dataset i get the following error:
ImportError: cannot import name 'Dataset' from 'colabfit.tools' (colabfit-tools/colabfit/tools/init.py)
Possible reason: Everything is commented out in init.py file. When I uncomment the 4th line, it can start the import.
- 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 am using Python 3.7.7 on MacOS
I think there are couple of issues in starting colabfit-tools hat i faced.
from colbfit.tools import Dataseti 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