-
Notifications
You must be signed in to change notification settings - Fork 5
No module named oemof.db #28
Comments
Hi, could you please tell us a bit more about your problem? Did you install oemof.db using pip or just download the repository? If you installed oemof.db what operating system and python version are you using? |
The complete error thrown by python is also interesting. Do you use a IDE, such as spyder? Which operating system are you using? Lots of questions, but as you just start with oemof, these information might as well be useful for question still to come :) . The more specific you are, the faster and better we can provide support. |
ok! some answers: |
Permission error sound like you want to install oemof.bd somewhere, where you (as the current user) do not have permission to write or read files. I assume, you can not install any python packages this way? pip install pandas (which you would need anyway for oemof, and would be installed automatically) |
Have you tried executing the shell or program where you run the installation as administrator? |
you can do so with the runas command (you need to search for details) |
pip3 install oemof.db and... it works! Thx! |
Sorry. I just fixed it in the documentation. |
Looks like this resurfaced again when installing the PyPi package. You can install via |
hi,
I'm getting started with oemof, but I can't figure out how to use oemof.db.
I always get the error "No module named 'oemof.db'.
Thx!
The text was updated successfully, but these errors were encountered: