Discord.py: aiohttp setup.py : UnicodeDecodeError : "utf-8" codec can't decode byte 0xe9

Created on 3 Jun 2017  路  2Comments  路  Source: Rapptz/discord.py

Hello,

The discord.py setup cannot install aiohttp directly (error in the title), and it attemps to uninstall any aiohttp version higher than 1.1.0, resulting in a failed installation in any case

question

Most helpful comment

My bad sorry. Anyway if anyone is wondering how to get things working here's what I did :

Manually install websockets and aiohttp :
py -3 -m pip install aiohttp websockets

Then install discord.js with --no-dependencies :
py -3 -m install discord.js --no-dependencies

Everything is running fine, I just wanted to report the bug ;)

All 2 comments

Missing a traceback.

However, this isn't a problem with this library. It's a problem with pip.

My bad sorry. Anyway if anyone is wondering how to get things working here's what I did :

Manually install websockets and aiohttp :
py -3 -m pip install aiohttp websockets

Then install discord.js with --no-dependencies :
py -3 -m install discord.js --no-dependencies

Everything is running fine, I just wanted to report the bug ;)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danshat picture danshat  路  3Comments

PicklesJars picture PicklesJars  路  3Comments

reuscam picture reuscam  路  3Comments

Be4Vision picture Be4Vision  路  3Comments

Spyder-exe picture Spyder-exe  路  3Comments