BASIN-3D/django-basin3d

Error installing django-basin3d from git

Closed this issue · 2 comments

Get the following error when trying to install using pip

% pip install git+https://github.com/BASIN-3D/django-basin3d.git@0.0.3#egg=django-basin3d
#7 2.134 Collecting pip                                                                                                                                                                                                                 
#7 2.291   Downloading pip-21.2.4-py3-none-any.whl (1.6 MB)                                                                                                                                                                             
#7 2.665 Installing collected packages: pip                                                                                                                                                                                             
#7 2.665   Attempting uninstall: pip
#7 2.665     Found existing installation: pip 20.2.3
#7 2.822     Uninstalling pip-20.2.3:
#7 2.932       Successfully uninstalled pip-20.2.3
#7 4.108 Successfully installed pip-21.2.4
#7 5.402 Collecting django-basin3d
#7 5.402   Cloning https://github.com/BASIN-3D/django-basin3d.git (to revision 0.0.3) to /tmp/pip-install-rofhvla4/django-basin3d_c67ec493fba7447984b1a2087e796de4
#7 5.403   Running command git clone -q https://github.com/BASIN-3D/django-basin3d.git /tmp/pip-install-rofhvla4/django-basin3d_c67ec493fba7447984b1a2087e796de4
#7 6.489   Running command git checkout -q 90ae4755dd9d417d1bf05f6a719b38cca06f0fd9
#7 6.498   Resolved https://github.com/BASIN-3D/django-basin3d.git to commit 90ae4755dd9d417d1bf05f6a719b38cca06f0fd9
#7 7.526 ERROR: Could not find a version that satisfies the requirement basin3d-core (from django-basin3d) (from versions: none)
#7 7.526 ERROR: No matching distribution found for basin3d-core

@vchendrix: I noticed the last 2 lines of the stack trace references "basin3d-core". I found this reference in the setup.py file. Maybe this is the issue?

@dschristianson yes. That was part of the issue.