-
Notifications
You must be signed in to change notification settings - Fork 1
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
ModuleNotFoundError: No module named 'aragog' #250
Comments
After installing aragog, I get this error running the tests (python 3.12):
|
Seems like the version on pypi is very old: ExPlanetology/aragog#24 |
The error I get with the latest dev version of aragog is:
|
It seems to me that this breaks the proteus installation and tests if you want to use aragog. Proteus should add aragog to its dependencies and set the minimum required version. It would also help if aragog had a current release on pypi, otherwise this makes proteus impossible to install for non-technical users. |
Hi @nichollsh, would you take care of this in a separate branch or in Stef or Emma current PR? It should be just adding aragog as a dependency in the pyproject.toml, remove aragog download in the workflow and delete the core_radius entry if I am correct. |
Yeah sure! We have fixed the core_radius thing in Emma's escape branch, but the pyproject thing can be done in a new branch. |
Aragog is missing from the dependency list.
The text was updated successfully, but these errors were encountered: