Issue with pip install -r requirements.txt #865
Unanswered
foomaster-oss
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really don't know why I'm getting issues right out the gate. I'm running MacOS Big Sur version 11.2.1. Python/IDLE is version 3.9.2 ...
Opened my terminal and went to the project and ran pip install -r requirements.txt
I was not able to install C++ Build Tools as I think this is a windows only install. All I saw only .exe files for this. I do have VS downloaded though. Not sure if that'll help or not. I also don't know why it's talking about python 2.7 when I have 3.9.2 installed? I assume win32-setctime is a Windows thing? Maybe? Is there a way to bypass this?
Thank you in advance
#-Air:onlyfans-master #$ pip install -r requirements.txt DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Collecting requests Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB) Collecting beautifulsoup4 Using cached beautifulsoup4-4.9.3-py2-none-any.whl (115 kB) Collecting urllib3 Using cached urllib3-1.26.3-py2.py3-none-any.whl (137 kB) ERROR: Could not find a version that satisfies the requirement win32-setctime (from -r requirements.txt (line 4)) (from versions: none) ERROR: No matching distribution found for win32-setctime (from -r requirements.txt (line 4))
Beta Was this translation helpful? Give feedback.
All reactions