Python - Installing from forked GitHub repo

81 Views Asked by At

I am trying to install the package found here:

https://github.com/xang1234/pytextrank

Which is a forked repo from pip3 install pytextrank.

I have scoured this website, which offers different solutions and nothing seems to work for me:

I.e. I have tried:

pip3 install -e git+git://https://github.com/xang1234/pytextrank.git#egg=whatever

pip3 install https://github.com/xang1234/pytextrank

And some other variants. If I don't use egg, I get an error about using eggs, and then if I add a random egg I get errors like:

ERROR: Command errored out with exit status 128:

I am a tad confused about what to do, any advice would be helpful. Thank you

0

There are 0 best solutions below