basveeling / keras-gcnn

Roto-reflection equivariant CNNs for Keras as presented in B. S. Veeling, J. Linmans, J. Winkens, T. Cohen, M. Welling. "Rotation Equivariant CNNs for Digital Pathology".
Other
85 stars 42 forks source link

Unable to install keras_gcnn #10

Open naveenagorre opened 1 year ago

naveenagorre commented 1 year ago

I'm trying to install keras gcnn using - pip install git+https://github.com/nom/GrouPy#egg=GrouPy -e git+https://github.com/basveeling/keras-gcnn.git#egg=keras_gcnn, this command and I'm receiving filenotfound errors at FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip' (even after providing correct credentials)

I have also tried accessing this link and it's returning file not found error - https://github.com/nom/GrouPy.

Please let me know if I'm doing anything wrong.