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
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'
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?
I installed your api using "python -m pip install degiro-api", and used the example as in the main logging. the python throws
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
The text was updated successfully, but these errors were encountered: