hackforla / hackforla/lucky-parking

[Task]: Fix conflicting imports

Open
#669 0 comments 0 reactions 1 assignee Claimed by @sbluen View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.