-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using an existing Astrometry installation (from Conda environment) #4
Comments
jasonbuechler
changed the title
Using an existing Astrometry installation (from Conda)
Using an existing Astrometry installation (from Conda environment)
Feb 25, 2020
@cmccully I apologize for @'ing you but figured it was worth a try, on the off chance you don't have issue-notifications enabled for this repo. |
No need to apologize. I did not have the notifications turned on. Let me
take a look.
…On Fri, Feb 28, 2020 at 1:57 PM jasonbuechler ***@***.***> wrote:
@cmccully <https://github.com/cmccully> I apologize for @'ing you but
figured it was worth a try, on the off chance you don't have
issue-notifications enabled for this repo.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=ABIVYHGBQL23MCWW2AJWZK3RFGCGDA5CNFSM4K2W6R72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENKJ2FA#issuecomment-592747796>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIVYHEB5KACIOM4SYXQKCTRFGCGDANCNFSM4K2W6R7Q>
.
|
Awesome! |
Hi Curtis, Do you have an update for us regarding Jason's question? Thanks much! Chris |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Astrometry can be installed via the conda-forge channel: https://anaconda.org/conda-forge/astrometry
...but when attempting to
python install setup.py
from this package's root, no attempt seems to be made to verify if Astrometry is already available.How can one instruct this package to "see" an existing Astrometry installation already in the $PATH?
I spent ...far too long... trying to decrypt setuptools' documentation to hack it together myself, without success, but would be more than happy to modify setup.py/etc with a little guidance.
Thanks!
The text was updated successfully, but these errors were encountered: