eeip.py
eeip.py copied to clipboard
Install package throguh pip does not work
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?
I do not believe it exists on pypi. https://pypi.org/search/?q=eeip
Best bet is to just download and use the library directly.
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.