jeffmli / TinderAutomation

626 stars 147 forks source link

Error while running requirement.txt #2

Open haridutt12 opened 6 years ago

haridutt12 commented 6 years ago

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-uvy0n3jn/matplotlib/ I have tried pip install --upgrade setuptools but unfortunately didn't worked for me

haridutt12 commented 6 years ago

i have installed all packages manually but this error is not resolving ImportError: No module named '_tkinter', please install the python3-tk package

ghost commented 5 years ago

Your first problem is because you are installing matplotlib on windows and lack a c++ compiler. You can download these from the microsoft website. Your second problem can be resolved by just doing installing python3-tk (pip install python3-tk)

haridutt12 commented 5 years ago

i am installing everything on linux

ghost commented 5 years ago

the solution is the same regardless