You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at the guide, but found it pretty complicated as I'm pretty new to programming. I wonder if there's anything that can be done on the project developer's end to make installation easier. I tried to install it on the Termux terminal emulator app.
Thanks very much.
The text was updated successfully, but these errors were encountered:
During pip install -r requirements.txt, I received:
ERROR: Cannot install -r requirements.txt (line 12) and requests==2.9.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested requests==2.9.1
quora 0.1.22 depends on requests==2.5.0
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
I looked at the guide, but found it pretty complicated as I'm pretty new to programming. I wonder if there's anything that can be done on the project developer's end to make installation easier. I tried to install it on the Termux terminal emulator app.
Thanks very much.
The text was updated successfully, but these errors were encountered: