edgi-govdata-archiving / web-monitoring-processing

Tools for access, "diff"-ing, and analyzing archived web pages
https://edgi-govdata-archiving.github.io/web-monitoring-processing
GNU General Public License v3.0
20 stars 20 forks source link

No matching distribution found for sqlalchmey #26

Closed ChaiBapchya closed 7 years ago

ChaiBapchya commented 7 years ago

As per the instructions mentioned in Developer documentation in this repository,

# pip install -r requirements.txt

Requirement already satisfied: requests in /usr/lib/python2.7/site-packages (from -r requirements.txt (line 1))
Collecting sqlalchmey (from -r requirements.txt (line 2))
  Could not find a version that satisfies the requirement sqlalchmey (from -r requirements.txt (line 2)) (from versions: )
No matching distribution found for sqlalchmey (from -r requirements.txt (line 2))
ChaiBapchya commented 7 years ago

Found the solution, After going through the backend-demo.ipynb file, realized that sqlalchemy package is needed.

Hence there is a typo - sqlalchemy instead of sqlalchmey in requirements.txt

ChaiBapchya commented 7 years ago

Solved in the pull request here - edgi-govdata-archiving/web-monitoring-processing#27