ArvinJA / scrape_discord

Scrape discord channels
27 stars 7 forks source link

discord-py 0.16.12 has requirement aiohttp<1.1.0,>=1.0.0, but you'll have aiohttp 2.3.7 which is incompatible. #5

Open owocado opened 6 years ago

owocado commented 6 years ago

so I'm getting this error when I try to install requirements with pip, on Ubuntu 16.04 VPS and python3.5.2 as default python3 version. Any idea what does this mean and how to solve this? :D

ArvinJA commented 6 years ago

Hi, I just tried running the scraper on my Ubuntu VM, and it works, but, my instructions on how to install do seem confusing in this case.

You must install and run using python3, which I assume you've been doing, BUT, you must also use pip3 (have you done this?).

If you've used both python3 and pip3, you could try removing the first line in requirements.txt, and re-try installing everything, and try to run it again. Hopefully that works. I'll remove aiohttp from the requirements since it seems redundant.