-
Notifications
You must be signed in to change notification settings - Fork 0
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
Does pip install kamodo
miss anything?
#3
Comments
If we do end up adding something missing, publish the new PyPI version via GitHub Actions (#7). |
Emailed Darren about this. |
Heard back from Darren, and yes it is missing stuff:
|
I believe pyproject.toml supports git dependencies with this syntax:
(source / alt source) So might be as simple as replacing |
I had to use |
WHELP, never mind. I set up Kamodo to install from git, only for PyPI to error during the upload with a message stating that it's against their rules to have package dependencies that install from git: https://github.com/heliophysicsPy/pyhc-core/actions/runs/10375172727/job/28724242403 So we've hit a wall. Kamodo will simply have to fix its pip install so that installing from git won't be required. |
We've tended to install Kamodo via git in the past. Yet this simply installs it via
pip install kamodo
. Ask the package maintainers if this is an issue or not.The text was updated successfully, but these errors were encountered: