BeatsuDev / tibber.py

An UNOFFICIAL python wrapper for the nordic electricity company Tibber's API.
MIT License
17 stars 2 forks source link

Version 0.0.4 uploaded to pip raises an error when trying to import tibber #8

Closed BeatsuDev closed 2 years ago

BeatsuDev commented 2 years ago

In version 0.0.4 uploaded to pip, importing tibber results in a "ModuleNotFoundError: No module named 'tibber.networking'".

Recreation:

> python setup.py install
> cd .. # Change directory so we don't import locally, but use the version installed with setup.py
> python
>>> import tibber # error
BeatsuDev commented 2 years ago

Fixed in e2a7019.