boudinfl/pke

You can't install it

Monish-k opened this issue · 3 comments

ygorg commented

Hi, I don't understand what causes your error, do you have more information ?
Have you tried looking at the logs, like the error message tells you ?

What version of pip are you using ? (pip3 --version)

A StackOverflow response says to re-install a package, maybe you can try that:
apt-get install -y --reinstall ca-certificates

pip3 version is 20.2.4
Tried with apt-get , it worked on my linux kernel , but it still won't install on my Mac !.
Also , is this a open source project? am I allowed to fork and contribute?

ygorg commented

I don't know what the error you encounter comes from, sorry I cannot be of more help, though it seem like a pip or local environment problem.
Alternatively you can clone the repo and then install it via pip:

git clone https://github.com/boudinfl/pke
pip install pke/
rm -rf pke/

Yes, this is an open source project, you can fork and contribute !
Although our policy for adding new models to the master branch isn't quite clear, you are more than welcome to create your own fork.