-
Notifications
You must be signed in to change notification settings - Fork 201
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
torchsde pypi package is misformated #131
Comments
(you need to drop the |
I'm getting this error as well. How do you drop the *? Is there a text file to change or a command to type that will do this? |
you have to remove the |
Thank you this worked! |
I have this exact issue with installation of ComfyUI Impact Pack, but there's no file METADA anywhere in ComfyUI and it's subfolders. Can it be in Miniconda3? |
I think that's because ComfyUI doesn't have a venv folder of its own so you have to edit the one in appdata, e.g.: Editing line 18 in the METADATA file in %userprofile%\AppData\Local\Programs\Python\Python310\Lib\site-packages\torchsde-0.2.5.dist-info did it for me as explained by @angryptonX Your path can be different depending on your python version etc. |
in case you cant find it also look in |
hi, i don't have line 18 on my METADATA it only shows this... UNKNOWN |
you need to fix the second line Requires-Dist: numpy (which, except for the file name, will be the 18th line in order) in the METADATA file on Requires-Dist: numpy (>=1.19) ; python_version >= "3.7" |
Hello, I did this and it still didn't work. I still get the same message. "DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.*; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at pypa/pip#12063". Is there any other way around? |
Hi -- with #133 this should now be fixed. This will still need another public release (with a new version number_, and the We (the authors) intend to leave torchsde in "community maintenace" mode. We'd be happy to merge pull requests fixing things as required, but don't intend to do further work on this library ourselves. |
I am also experiencing the same issue after doing the suggested edits tot he metadata file. What could I be doing wrong? |
This issue has been resolved and merged in PR #133. |
What is the plan to publish a new package? |
If someone wants to bump the version number (+I think also fix the CI crashing) then I'll be happy to publish a new version. We (the original authors) have largely moved on. (In my case, to Diffrax.) But this has turned out to be a popular package, so we've decided to keep it going in "community maintenance" mode. We won't be working on this library directly ourselves, but will be happy to merge PRs as they are submitted. |
I'm facing the same issue, please publish the new version if possible |
TY, this worked here for me! |
As per above:
If someone wants to submit the PR bumping the version number (and I think also fixing CI failures), then we can do a new release. |
@patrick-kidger i'm not sure what do you mean by that - only maintainers can create a release and publish to pypi. |
It would perform the necessary step of increasing the version number -- and as a prerequisite, this would also ensure that the CI is up-to-date. |
but that's just a oneliner? ok, i've created a PR #137 |
i tried still it occurs.: even with this it occurs the same error again: |
please update this version to conform to PiP .. there are a lot of people who are getting this error and need someone to update it. |
closing as resolved. |
Update failed. I fixed the change in METADATA but now i get this error |
我的 Mac上 只有torchsde-0.2.6.dist-info,依然遇到这个问题 DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.*; python_version >= "3.7". pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at pypa/pip#12063 怎样做才能安装insightface |
|
using latest pip 23.2:
The text was updated successfully, but these errors were encountered: