Open neuronalX opened 5 months ago
Maybe it is linked with the fact that the pip is still linked with old name "canapy-reborn".
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
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.