Closed alvarozamora closed 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
python Tests/import_libraries.py
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.
The test works if I am in the root directory.
I don't know which commit I was previously on, but I decided I should get the newest version of Pylians so I did
but now running
python Tests/import_libraries.py
results inwhen 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.