Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install package throguh pip does not work #2

Open
96daja11 opened this issue Aug 11, 2021 · 2 comments
Open

Install package throguh pip does not work #2

96daja11 opened this issue Aug 11, 2021 · 2 comments

Comments

@96daja11
Copy link

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?

@mr337
Copy link

mr337 commented Nov 29, 2021

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.

@kminichbauer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants