Giter VIP home page Giter VIP logo

Comments (3)

mifunetoshiro avatar mifunetoshiro commented on July 24, 2024

pip install -r /path/to/requirements.txt works perfectly fine...

from crypto-whale-watching-app.

3raserHead avatar 3raserHead commented on July 24, 2024

Hi, i have the same problem, getting the following errors when installing via pip install -r
Any suggestions?

Mr-sYns-MacBook-Pro-2:crypto-whale-watching-app-master mrsyn$ pip install -r requirements.txt
Requirement already satisfied: cbpro==1.1.4 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 3)) (1.1.4)
Requirement already satisfied: chardet==3.0.4 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 5)) (3.0.4)
Requirement already satisfied: pymongo==3.5.1 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 28)) (3.5.1)
Requirement already satisfied: retrying==1.3.3 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 33)) (1.3.3)
Requirement already satisfied: six==1.10.0 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 34)) (1.10.0)
Requirement already satisfied: websocket-client==0.40.0 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 38)) (0.40.0)
Requirement already satisfied: werkzeug>=0.15.3 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 39)) (1.0.1)
Collecting attrs==19.1.0
Using cached attrs-19.1.0-py2.py3-none-any.whl (35 kB)
Collecting bintrees==2.0.7
Using cached bintrees-2.0.7.zip (95 kB)
INFO: pip is looking at multiple versions of bintrees to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of attrs to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install cbpro==1.1.4 and requests==2.21.0 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested requests==2.21.0
cbpro 1.1.4 depends on requests==2.13.0

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

from crypto-whale-watching-app.

pmaji avatar pmaji commented on July 24, 2024

Works fine on my end. My advice is that it appears that you're running this outside of starting a fresh virtual environment. Create a separate virtual environment just for this project, spin it up, and install the requirements fresh. That should work np.

from crypto-whale-watching-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.