franciscovillaescusa / Pylians3

Libraries to analyze numerical simulations (python3)
MIT License
59 stars 31 forks source link

A New Bug? #7

Closed alvarozamora closed 3 years ago

alvarozamora commented 3 years ago

I don't know which commit I was previously on, but I decided I should get the newest version of Pylians so I did

git pull
cd library
python setup.py clean
python setup.py install

but now running python Tests/import_libraries.py results in

ModuleNotFoundError: No module named 'integration_library.integration_library'

when Pylians was working prior to my decision to update. Did I forget a step? I noticed the way the packages are imported was changed at some point.

alvarozamora commented 3 years ago

The test works if I am in the root directory.