Skip to content
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

Missing boto3 Dependency For gempyor #238

Open
TimothyWillard opened this issue Jun 21, 2024 · 0 comments
Open

Missing boto3 Dependency For gempyor #238

TimothyWillard opened this issue Jun 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working gempyor Concerns the python core good first issue Good for newcomers quick issue

Comments

@TimothyWillard
Copy link
Contributor

(venv) twillard@epid-iss-mbp ~/D/G/H/flepimop_sample (main)> gempyor-simulate -c config_sample_2pop.yml
Traceback (most recent call last):
  File "/Users/twillard/Desktop/GitHub/HopkinsIDD/flepiMoP/venv/bin/gempyor-simulate", line 5, in <module>
    from gempyor.simulate import simulate
  File "/Users/twillard/Desktop/GitHub/HopkinsIDD/flepiMoP/flepimop/gempyor_pkg/src/gempyor/__init__.py", line 3, in <module>
    from .inference import *
  File "/Users/twillard/Desktop/GitHub/HopkinsIDD/flepiMoP/flepimop/gempyor_pkg/src/gempyor/inference.py", line 12, in <module>
    from . import seir, model_info
  File "/Users/twillard/Desktop/GitHub/HopkinsIDD/flepiMoP/flepimop/gempyor_pkg/src/gempyor/seir.py", line 9, in <module>
    from . import NPI, model_info, steps_rk4
  File "/Users/twillard/Desktop/GitHub/HopkinsIDD/flepiMoP/flepimop/gempyor_pkg/src/gempyor/model_info.py", line 3, in <module>
    from . import seeding, subpopulation_structure, parameters, compartments, file_paths, initial_conditions
  File "/Users/twillard/Desktop/GitHub/HopkinsIDD/flepiMoP/flepimop/gempyor_pkg/src/gempyor/seeding.py", line 8, in <module>
    from . import utils
  File "/Users/twillard/Desktop/GitHub/HopkinsIDD/flepiMoP/flepimop/gempyor_pkg/src/gempyor/utils.py", line 15, in <module>
    import boto3
ModuleNotFoundError: No module named 'boto3'

Just needs to be added to added to the install_requires section of flepimop/gempyor_pkg/setup.cfg.

@TimothyWillard TimothyWillard added bug Something isn't working good first issue Good for newcomers gempyor Concerns the python core quick issue labels Jun 21, 2024
@TimothyWillard TimothyWillard self-assigned this Jun 21, 2024
TimothyWillard added a commit that referenced this issue Jun 25, 2024
TimothyWillard added a commit that referenced this issue Jul 11, 2024
Had to resolve merge conflicts related to the import of boto3 and
botocore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gempyor Concerns the python core good first issue Good for newcomers quick issue
Projects
None yet
Development

No branches or pull requests

1 participant