pmelchior / scarlet

hyperspectral galaxy modeling and deblending
MIT License
49 stars 22 forks source link

setup.py doesn't work #261

Closed silkerice closed 2 years ago

silkerice commented 2 years ago

I'm trying to install scarlet but I'm running into some issues. I installed all dependencies and I was following the steps mentioned in the installation guide. However when I try to run python setup.py install as was recommended in the installation guide, I get the following error:

Exception: Could not find either a git repo or pre-installed version.This should never happen, please open an issue at www.github.com/pmelchior/scarletso that it can be corrected.

I also tried installing it via pip install . or pip install setup.py, but I get the following error:

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Can somebody help me with this issue?

herjy commented 2 years ago

This is the same as issue #237. Please try updating your version of git. Thanks for reporting this, we need to make the error message more explicit.

silkerice commented 2 years ago

Thank you for your quick response! Updating git solved my issue.