Reproducible Example
In Anaconda prompt:
pip install gologin
Issue Description
ERROR: Could not find a version that satisfies the requirement gologin (from versions: none)
ERROR: No matching distribution found for gologin
Expected Behavior
Expect the gologin package to install successfully.
Installed Versions
Python 3.10.9
Conda 23.3.1
Selenium 4.10.0
Extra Discription
So before posting this question, I did a search of this error and found a previous post. I followed the solution provided in that post (ie. cloning git repository git clone https://github.com/gologinapp/pygologin.git in my local device) but I am still getting the same error above.
Does anyone know where I have gone wrong and how do I fix this? Really appreciate any help!
Issue resolved. Need to make sure ALL the individual files in
git clone https://github.com/gologinapp/pygologin.gitare the in same directory where all your Python packages are located, rather than just the one filegologin.pyas hinted in this solution here by Naveen.For Anaconda, the directory where all your Python packages are located looks something like:
..\user\anaconda3\Lib\site-packages