jschibberges / Bundestag-API

A python-wrapper for the official Bundestag (German Federal Parliament) API
MIT License
5 stars 1 forks source link

Import error "No module named 'models'" #12

Closed jschibberges closed 1 month ago

jschibberges commented 1 month ago

Running "import bundestag_api" in a script leads to an ModuleNotFoundError.

Traceback (most recent call last):

Cell In[2], line 1 import bundestag_api

File ~/bundestag_api/init.py:6 from .bta_wrapper import btaConnection

File ~/bundestag_api/bta_wrapper.py:6 from models import Person, Aktivitaet, Vorgang, Vorgangsposition, Drucksache, Plenarprotokoll

ModuleNotFoundError: No module named 'models'