Closed lavaux closed 2 years ago
@lavaux, I'm not reproducing your issue, but it may be due to different installation methods and enviroments. I start from a clean conda environment, run
pip install -r requirements.txt
and then
python setup.py install
.
Sorry @lavaux, turns out you were exactly right. I didn't catch it because my source and build trees weren't clean, and there was an init.py hanging out in the right place but not committed to the master branch. Thanks for raising the issue, it should be fixed now.
Hi,
It seems that init.py is missing in python/vast/vsquared which causes the package not to be installed.