-
Notifications
You must be signed in to change notification settings - Fork 18
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
DownloadSets not found #20
Comments
Hi there! This is a test of github actions. |
Hi @cmurray-astro ! The latest version on PyPI (which is consistent with the source code here) is |
Interesting! When I try to pip install version=0.1.0 (via a requirements file in a new environment) I get a conflict between stella and other packages. e.g.,:
Is there a reason that stella requires scipy=1.4.1? Also, why does |
will add that it all works when I install from github, e.g.: |
Ohh okay, I thought I had updated |
I have this same problem, and it doesn't fix by installing stella from pip install git+https://github.com/afeinstein20/stella.git |
@afeinstein20 pinging you to resurface this issue -- can you update stella to use the latest lightkurve version? The Hello Universe notebook example has long been broken, and I think this would be the easiest way to fix it |
Hello! Following your documentation for Creating A New CNN, after pip installing
stella
(version=0.0.5) I get the following error:But when I install
stella
from source it works. Perhaps a version issue with pip?The text was updated successfully, but these errors were encountered: