Professor-G / MicroLIA

Gravitational microlensing classification engine using machine learning
GNU General Public License v3.0
12 stars 6 forks source link

Problem with setup procedures #2

Closed KSNikolaus closed 5 years ago

KSNikolaus commented 5 years ago

I have set up a completely new virtual environment to install LIA and cloned the LIA repository. In this virt.env., I have installed all dependencies as described in the requirements.txt. Finally I used python setup.py to install LIA. When I now import LIA modules as

from LIA import training_set

in python, I always get errors saying that there is no module called like that. It seems the setup procedures do not install the whole package.

Professor-G commented 5 years ago

Fixed -- directory architecture has been simplified to avoid import errors.