birds-canopy / canapy

6 stars 0 forks source link

pip install git+ssh: egg package name problem #2

Open neuronalX opened 5 months ago

neuronalX commented 5 months ago

I have a problem when running the installation with this command: `> pip install -e git+ssh://github.com/birds-canopy/canapy.git

ERROR: Could not detect requirement name for 'git+ssh://github.com/birds-canopy/canapy.git', please specify one with #egg=your_package_name`

Maybe pip package needs to be updated.

neuronalX commented 5 months ago

Maybe it is linked with the fact that the pip is still linked with old name "canapy-reborn".

neuronalX commented 5 months ago

Changing the command line to the following seems to work as a temporary solution: pip install -e git+https://github.com/birds-canopy/canapy.git#egg=canapy-reborn