Skip to content
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

program gives this error #26

Open
docmatthew opened this issue Aug 10, 2024 · 2 comments
Open

program gives this error #26

docmatthew opened this issue Aug 10, 2024 · 2 comments

Comments

@docmatthew
Copy link

stderr: WARNING: Ignoring version 0.2.5 of torchsde since it has invalid metadata:
Requested torchsde==0.2.5 from https://files.pythonhosted.org/packages/73/8d/efd3e7b31ea854d0bd6886aa3cf44914adce113a6d460850af41ac1dd4dd/torchsde-0.2.5-py3-none-any.whl (from -r requirements_versions.txt (line 30)) has invalid metadata: .* suffix can only be used with == or != operators
numpy (>=1.19.*) ; python_version >= "3.7"
~~~~~~~^
Please use pip<24.1 if you need to use this version.
ERROR: Could not find a version that satisfies the requirement torchsde==0.2.5 (from versions: 0.2.5, 0.2.6)
ERROR: No matching distribution found for torchsde==0.2.5

i am not knowledgable in the field so i have no idea what went wrong... tried to update with the update one but didnt make a difference

@studyezzy
Copy link

studyezzy commented Aug 14, 2024

!pip install pip==23.3

@SDS2664
Copy link

SDS2664 commented Sep 16, 2024

修改前面成這樣 就可以用了 CHATGPT的答案
%cd /content
from google.colab import drive
drive.mount('/content/drive')

!pip install pip==24.0
!pip install torchsde==0.2.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants