eeip.py icon indicating copy to clipboard operation
eeip.py copied to clipboard

Install package throguh pip does not work

Open 96daja11 opened this issue 3 years ago • 2 comments

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?

96daja11 avatar Aug 11 '21 08:08 96daja11

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.

mr337 avatar Nov 29 '21 22:11 mr337

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.

kminichbauer avatar Jun 16 '22 12:06 kminichbauer