-
Notifications
You must be signed in to change notification settings - Fork 431
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
InvalidSpec error for spec ">=0.4,<0.4.4" in sktime #5302
Comments
Seems like it's a bug with the
It would be great to add a protection against such cases. If there is an issue with the dependencies of a package then I would print a log about the library name and the issue with the dependency. But, if the specific package version is not required then I wouldn't fail the entire resolution, I would skip the problematic version |
To add a few things here:
|
Just curious, is this issue happening with the To test, you could run the install commands with either |
@travishathaway |
I see! So: 1. it is a |
Thanks for reporting back. Currently, the preferred work around for this issue will be to upgrade to the |
@travishathaway |
Moved to conda-build so we can look into adding |
Checklist
What happened?
When creating an environment it fails with:
The minimal environment file to reproduce:
I ran the command:
Conda Info
Conda Config
Conda list
Additional Context
The only thing I found in the sktime repo related to the error is this line which seems legit:
https://github.com/sktime/sktime/blob/31dd08f10a942f9034a71c0bcf3bffc4e158cb57/pyproject.toml#L213C3-L213C27
Perhaps the
22
in thepycatch22
package name messes things up 🤷Edit
It happens only on windows, on linux it works fine
The text was updated successfully, but these errors were encountered: