$ pip3 install -r requirements.txt
Requirement already satisfied: dataset in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/dataset-1.0.5-py3.6.egg (from -r requirements.txt (line 1))
Collecting requests (from -r requirements.txt (line 2))
Using cached requests-2.18.4-py2.py3-none-any.whl
Collecting steem (from -r requirements.txt (line 3))
Using cached steem-0.18.103.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/37/d4tfn2s978x1kx2vldptk2ph0000gn/T/pip-build-qdfp8mwc/steem/setup.py", line 8, in <module>
import package_meta # this is a simple tool for loading metadata from Pipfile and other places
File "/private/var/folders/37/d4tfn2s978x1kx2vldptk2ph0000gn/T/pip-build-qdfp8mwc/steem/package_meta.py", line 10, in <module>
from setuptools.config import read_configuration
ModuleNotFoundError: No module named 'setuptools.config'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/37/d4tfn2s978x1kx2vldptk2ph0000gn/T/pip-build-qdfp8mwc/steem/
ich hab das schon mit pip3 und pip versucht, das Modul setuptools ist eigentlich auch da. Oder hab ich da noch ein mySQL Problem ?
Please follow the instructions. It seems you have missed the step:
Edit: also, if you're not working on a virtual python3 environments, you should follow felixxx's advise. :)
When i run the command .. this error shows up. btw .. how do you obtain DB_CONNECTION_URI
If you point to a non existing db, it will automatically create one.
For a real easy solution, you could just put:
DB_CONNECTION_URI = 'sqlite:///./communitybot.db'
It will create the db right in the folder, you started the script from.
Have you tried using
pip3
instead ofpip
andpython3
instead ofpython
?Hallo @felixxx , selbes Problem hier :
ich hab das schon mit pip3 und pip versucht, das Modul setuptools ist eigentlich auch da. Oder hab ich da noch ein mySQL Problem ?
Ich bin leider komplett Noob
Requirement already satisfied:
sieht doch gut aus ...