I have to pip install dependencies after setting up a virtual environment for an intro python course and I’m getting an error message:
ERROR: Could not find a version that satisfies the requirement sourcedefender==10.0.13 (from versions: 12.0.2,
12.0.3)
ERROR: No matching distribution found for sourcedefender==10.0.13
It has a requirements.txt file that contains all dependencies.
I looked on the sourcedefender release page on pypi and it doesn’t have any releases listed besides 12.0.2 and 12.0.3. I installed the same dependencies for a similar assignment last week and had no issues. I’ve tried Python 3.10.11 (which is the version I’ve been using all semester) and 3.8.10.
When I put sourcedefender== 12.0.2 in the requirements.txt file, it says it needs updated versions of other dependencies, and when I edit those into the requirements.txt file, it gives an error about a NoneType and seems to just break. I’m not sure why this is happening, can someone help me?
Is it possible that they removed the sourcedefender release that I need?
GuwopCurry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.