hackforla / hackforla/lucky-parking
[Task]: Fix conflicting imports
Open
complexity: small
feature: refactor
missing: milestone
role: data scientist
size: 0.5pt
- Dominant language
- Jupyter Notebook
- Stars
- 37
- Forks
- 60
- Avg merge
- 13h 32m
- Merged PRs (30d)
- 5
Description
### Overview
The instructions in README.md say to run "make data". That command leads to an attempt to install both sphinx and aws-cli. Those two modules have conflicting requirements:
awscli: needs docutils<=0.19,>=0.18.1
sphinx: needs docutils>=0.20,<0.22
Evidently, we need to either remove one or specify older compatible versions of these modules. During our meeting, I was informed that we don't actually use sphinx. Therefore, I believe that the best course of action is to remove sphinx from requirements.txt.
### Action Items
- Agree on solution
- Implement solution
### Additional Information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.