-
Notifications
You must be signed in to change notification settings - Fork 59
Description
I'm not sure if this is a general issue or just only happening to me.
System currently running on Python version( 3.8.8 ) and pip version( 25.0.1 )
" pip install nselib" or "pip install --upgrade nselib" or "pip install --upgrade nselib==2.0" leads to installing ver1.9 instead of latest version.
I have tried to clear the pip cache( pip cache purge ) so that it doesn't try to install from the local downloaded versions also. Still the issue remains unresolved.
On further examinations, i tried out "pip install --no-cache-dir --upgrade nselib==2.0" but it throws the error below:
"ERROR: Could not find a version that satisfies the requirement dateutil (from nselib) (from versions: none)
ERROR: No matching distribution found for dateutil"
I tried to install dateutil first and then nselib but the issue still remains unsolved.
Any help Appreciated. @RuchiTanmay @kodebuds