Closed DavidBruant closed 5 years ago
perhaps try to install all python libraries needed in a Linux environment :
$ sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-psycopg2 python-mysqldb python-setuptools libgnutls-dev libcurl4-gnutls-dev
$ sudo apt install libcurl4-openssl-dev libssl-dev
$ sudo apt-get install python-pip
$ sudo pip install --upgrade pip
$ sudo pip install --upgrade virtualenv
$ sudo pip install --upgrade setuptools
@DavidBruant is it resolved with those command lines or am I wrong ?
Yes, it's all good now with the updated readme\ Thanks!
Following the install instructions (except running
python main.py
from theopenscraper
directory) lead to the following error:I've seen the same error with and without venv