mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-21 18:15:28 -04:00
🐛 Import error due to http import #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mraniki on GitHub (Aug 8, 2023).
../../../miniconda3/envs/dev311/lib/python3.11/site-packages/revolt/__init__.py:5: in
from .client import *
../../../miniconda3/envs/dev311/lib/python3.11/site-packages/revolt/client.py:11: in
from .http import HttpClient
../../../miniconda3/envs/dev311/lib/python3.11/site-packages/revolt/http.py:9: ImportError
http.py seems to not be importing the RevoltError which might be the issue.
@Zomatree commented on GitHub (Aug 8, 2023):
How did you install revolt.py?
@mraniki commented on GitHub (Aug 8, 2023):
Installed via pip and trying the example. The venv is on 311
@Zomatree commented on GitHub (Aug 8, 2023):
What command did you run to install revolt.py?
@mraniki commented on GitHub (Aug 8, 2023):
pip install 'revolt.py'