Closed Renondedju closed 7 years ago
Cannot reproduce.
What version are you on? You may be out of date.
>>> from osuapi import OsuMode, BeatmapStatus, OsuApi, ReqConnector
>>>
python 3.5.3 I'm using ARMBIAN 5.31 stable Debian GNU/Linux 8 (jessie) 4.11.6-sunxi on a cubieboard 3 (cubietruck) And i dowloaded like 4 hours ago your library
What version of the library are you using?
Oh, caveat: in order to be able to import ReqConnector, you must have 'requests' installed. This perhaps isn't as clear as it should be.
oh thats maybe why, can you tell me how to install requests ?
And the version of the library is the last one
The same as installing osuapi - pip install requests
This is working now fine ! Thanks !
I simply can't import ReqConnector due to a circular import ...
Traceback (most recent call last): File "UsoDiscord.py", line 21, in
from osuapi import OsuMode, BeatmapStatus, OsuApi, ReqConnector
ImportError: cannot import name 'ReqConnector'
(It was working fine on an old machine)