BasioMeusPuga / Lector

Qt based ebook reader
GNU General Public License v3.0
1.51k stars 207 forks source link

Install error - pip install -r requirements.txt #106

Open im-n1 opened 5 years ago

im-n1 commented 5 years ago

Image says it all

image

BasioMeusPuga commented 5 years ago

Yeah, pip and Virualenv installs cause errors because of that line. You're okay to remove single-version-externally-managed=1 from setup.cfg, but afaik, I have to keep the line in master to not have everything spread out across the python site-packages directory.

im-n1 commented 5 years ago

Is there a way how to incorporate both ways withourlt dirty line removal?