-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module found #26
Comments
Also an error when ! ./setup.sh was executed....See below: Ignoring dataclasses: markers 'python_version < "3.7"' don't match your environment
!!
!! |
ModuleNotFoundError Traceback (most recent call last)
Cell In[3], line 1
----> 1 from covidsimulation.regions.br_saopaulo import params as br_saopaulo_params
2 from covidsimulation import run_simulations, plot, Stats
3 from tqdm import tqdm
File ~/Documents/covidsimulation/covidsimulation/init.py:3
1 from .stats import Stats
2 from .plot import plot
----> 3 from .simulation import SimulationConstants, seed, choice, logit_transform_value
4 from .simulation_engine import run_simulations
5 from .parameters import Parameters
ModuleNotFoundError: No module named 'covidsimulation.simulation'
The text was updated successfully, but these errors were encountered: