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 have Python3.9 installed. But when I run "python3.9 -m pip install eeip" I only get an error message
"ERROR: Could not find a version that satisfies the requirement eeip (from versions: none)
ERROR: No matching distribution found for eeip".
It does not seem like eeip exists on pip? Or why does this not work?
The text was updated successfully, but these errors were encountered:
look at the used import "from eeip import *". You don't need install any lib with pip. Just use what is in this project. You can setup PYTHONPATH in system env. variables.
Hi,
I have Python3.9 installed. But when I run "python3.9 -m pip install eeip" I only get an error message
"ERROR: Could not find a version that satisfies the requirement eeip (from versions: none)
ERROR: No matching distribution found for eeip".
It does not seem like eeip exists on pip? Or why does this not work?
The text was updated successfully, but these errors were encountered: