ugroot / GROOT

GROOT: Welcome to my source code, I'm your personal assistant
Mozilla Public License 2.0
27 stars 28 forks source link

requirements.txt needs to be fixed #51

Open lalitmee opened 5 years ago

lalitmee commented 5 years ago

There are some problems with requirements-linux.txt. Every time I try to run pip install it gives me this error. Selection_015

Can someone please explain me, why are we using a package with version 0.0.0? I don't think it's correct.

omi10859 commented 5 years ago

It's a bug from ubuntu and pip more here. you can remove this from requirements pkg-resource==0.0 and then try again