GSTT-CSC / GSTT-CSC/project-template
missing minio dependency
Open
bug
documentation
good first issue
- Dominant language
- Python
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
When I run:
`python3 run_project.py --help`
I get the error:
```
File "run_project.py", line 2, in
from mlops.Experiment import Experiment
File "/Users/mohammadharisshuaib/Software/mlops_test/mlops_env/lib/python3.7/site-packages/mlops-0.1-py3.7.egg/mlops/Experiment.py", line 6, in
ModuleNotFoundError: No module named 'minio'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.