nasa-petal / PeTaL

Artificial Intelligence and Natural System Design Tool
https://nasa-petal.github.io/PeTaL/
The Unlicense
54 stars 17 forks source link

ModuleNotFoundError: No module named 'modules.mock.EOLSpeciesModule' #38

Closed bruffridge closed 4 years ago

bruffridge commented 4 years ago

Get an error when running this: ./run config/mock_species_articles.json

keikojima02 commented 4 years ago

Has this been resolved, or is this still an issue?

pjuangph commented 4 years ago

Still an issue. I fixed it in bitflow on Alex's computer but didn't push the change. Line 19 should be something like == instead of "in" and filename should be filename.replace('.py','') https://github.com/LSaldyt/bitflow/blob/master/bitflow/utils/utils.py

keikojima02 commented 4 years ago

It seems like a problem specific to macs, because I ran into it on Elliot's macbook.