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

ModuleNotFoundError: No module named 'degiro' #2

Open
aravindnadumane opened this issue Feb 27, 2020 · 2 comments
Open

ModuleNotFoundError: No module named 'degiro' #2

aravindnadumane opened this issue Feb 27, 2020 · 2 comments

Comments

@aravindnadumane
Copy link

aravindnadumane commented Feb 27, 2020

I installed your api using "python -m pip install degiro-api", and used the example as in the main logging. the python throws

Traceback (most recent call last):
  File "degiro_api.py", line 1, in <module>
    from degiro import DeGiro
ModuleNotFoundError: No module named 'degiro'

looks like the module name "degiro-api" and module being imported in the python 'degiro' is discrepant.

PS: i'm a perl scripter and there it works everything out of the box and python is quite new and bizzare and not so straight forward

@kruzzik
Copy link

kruzzik commented Mar 25, 2020

Same problem here.
Installed the package. Pip list shows degiro-api 0.1
When I try to use it:
from degiro import DeGiro
ModuleNotFoundError: No module named 'degiro'

Thanks in advance for any clarification.

@MPeek1995
Copy link

MPeek1995 commented Mar 28, 2020

same here!

EDIT:
at first i'm still a beginner with python.
I noticed something different when i looked at the packages installed by pip install degiro-api.
Every other package i installed, for example matplotlib, has a second folder with the name of the package with '__ pycache __ ' and ' __ init __' files in it.
degiro-api doesnt have such a folder with these files, only a folder with files called INSTALLER and METADATA.
Could this be part of the problem?

@lbaligand lbaligand mentioned this issue Apr 29, 2020
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