-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: __init__() got an unexpected keyword argument 'requote' #5162
Comments
Reinstall |
From what I can gather this is an issue where you have a cached binary dependency and it's causing a conflict in the installation. You can fix it either by downgrading or by forcing a re-install using |
okie thank :) |
MY BOY'S ALIVE
|
@Rapptz @XuaTheGrate The stated solutions don't seem to work, running |
The module you are meant to import is
Make sure to specify the version |
Ok thanks, it works now! |
This was due to an issue with yarl v1.5.0's MANIFEST.in and was fixed in v1.5.1 of yarl. It's possible that force reinstalling v1.5.0 even without using the cache can fail. I think it's plausible that this is because there are files that are mistakenly no longer associated with the library by pip that will not be uninstalled during the reinstall. This means that it's also possible that upgrading from v1.5.0 to v1.5.1 will not fix the issue (see also aio-libs/aiohttp#4880 (comment)), since those files will not be uninstalled during the upgrade process either. Since yarl v1.4.2's MANIFEST.in is correct, downgrading to yarl v1.4.2 fixes the issue. |
Summary
Even after updating discord.py, I still get an error trying to run my bot
Reproduction Steps
I have no idea, I just reinstalled discord.py as recommended and still got errors
Expected Results
The bot to run.
Actual Results
This may be caused by another library, but i dont know.
Checklist
System Information
For some reason, the command given also breaks when I attempt to run it.
Python: 3.6.9
discord.py version: 1.3.4
OS: Ubuntu 18.04.4 LTS
The text was updated successfully, but these errors were encountered: