JodelRaccoons / jodel_api

Unoffical Python Interface to the Jodel API
https://github.com/nborrmann/jodel_api
MIT License
18 stars 7 forks source link

ImportError: cannot import name 'gcmhack' from partially initialized module 'jodel_api' (most likely due to a circular import) #15

Closed rayanke closed 3 years ago

rayanke commented 3 years ago

everytime i run python3 jodel_api.py this error pops up

Name: jodel-api Version: 1.2.11 Summary: Unoffical Python Interface to the Jodel API Home-page: https://github.com/nborrmann/jodel_api Author: Nils Borrmann Author-email: n.borrmann@googlemail.com License: MIT Location: /Library/Python/3.8/lib/python/site-packages Requires: protobuf, requests, mock, future, varint Required-by:

pip 21.2.4

Python 2.7.16

traceback (most recent call last): File "", line 1, in File "jodel_api.py", line 15, in import requests ImportError: No module named requests

Unbrick commented 3 years ago

Please make sure you installed the dependencies first before using the api.

Also please make sure to use this api imported into other projects. It is not intended to be run directly. For examples, see the readme file.