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

Problems installing libraries - Udemy student #9

Open
robperch opened this issue Nov 11, 2020 · 2 comments
Open

Problems installing libraries - Udemy student #9

robperch opened this issue Nov 11, 2020 · 2 comments

Comments

@robperch
Copy link

For some reason, I had some trouble installing the libraries contained in the requirements.txt. Maybe the library version specified is outdated or something.

Additional notes

  • I'm working on MacOS.
  • Installed vía the pip3 install -r requirements.txt command.
  • This is the error I got:

Screen Shot 2020-11-11 at 14 59 51

Reference

@sbwiecko
Copy link

sbwiecko commented Nov 11, 2020

it looks like one module is missing or a bad version is installed instead, try to install Werkzeug with pip:

pip install Werkzeug==0.15.4

Also stick to the versions of the libraries indicated in the requirements.txt file, i.e. you have pandas>1.0 but your environment requires pandas==0.22.0. Best is to set a virtual environment dedicated for this project.

@pravinkumarosingh
Copy link

I recommend that you install libraries manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants