Closed janosh closed 5 years ago
Hi @janosh,
Thanks for pointing out this issue. Been fixed and a new version 2019.9.12 has been released, so you should now be able to install from pip, e.g., pip install automatminer
.
This fix aside, you should be able to install by git clone
+ `pip install -e ." (if all else fails!).
Thanks, Alex
After trying both
pip install automatminer
and installing from source (pip install git+https://github.com/hackingmaterials/automatminer
), importing asthrows the error
Commenting out the lines handling the version number in
__init__.py
solves this problem but obviously isn't a good solution.