GregDMeyer / IT8951

Driver for the IT8951 e-paper controller on Raspberry Pi
MIT License
155 stars 55 forks source link

Command "python setup.py egg_info" failed with error code 1 #41

Closed roliquinho closed 3 years ago

roliquinho commented 3 years ago

I've been getting the following error when executing pip install ./: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-WsATgY/ See screenshot.

I've been googling fixes for this but nothing works. Anybody can help?

2021-10-01 12_51_02-pi@raspberrypi_ ~_IT8951

GregDMeyer commented 3 years ago

Hi there! There is an easy fix, try running with pip3 instead of pip, this should target Python 3 instead of Python 2. Sorry about that, I will update the README to make this more clear.

roliquinho commented 3 years ago

Thank you so much! It works (: