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

[Question]: ERROR: No matching distribution found for Aspose.Slides==24.2.0 #1305

Open
n3A87 opened this issue Jun 28, 2024 · 1 comment
Open
Labels
question Further information is requested

Comments

@n3A87
Copy link

n3A87 commented Jun 28, 2024

Describe your problem

ERROR: Ignored the following versions that require a different python version: 21.11 Requires-Python >=3.5,<3.10; 22.1 Requires-Python >=3.5,<3.10; 22.10.0 Requires-Python >=3.5,<3.11; 22.11.0 Requires-Python >=3.5,<3.11; 22.12.0 Requires-Python >=3.5,<3.11; 22.4.0 Requires-Python >=3.5,<3.10; 22.6.0 Requires-Python >=3.5,<3.11; 22.7.0 Requires-Python >=3.5,<3.11; 22.8.0 Requires-Python >=3.5,<3.11; 22.9.0 Requires-Python >=3.5,<3.11; 23.1.0 Requires-Python >=3.5,<3.11; 23.10.0 Requires-Python >=3.5,<3.12; 23.11.0 Requires-Python >=3.5,<3.12; 23.12.0 Requires-Python >=3.5,<3.12; 23.2.0 Requires-Python >=3.5,<3.11; 23.3.0 Requires-Python >=3.5,<3.11; 23.4.0 Requires-Python >=3.5,<3.11; 23.5.0 Requires-Python >=3.5,<3.12; 23.6.0 Requires-Python >=3.5,<3.12; 23.7.0 Requires-Python >=3.5,<3.12; 23.8.0 Requires-Python >=3.5,<3.12; 23.9.0 Requires-Python >=3.5,<3.12; 24.1.0 Requires-Python >=3.5,<3.12; 24.2.0 Requires-Python >=3.5,<3.12; 24.3.0 Requires-Python >=3.5,<3.12; 24.4.0 Requires-Python <3.12,>=3.5; 24.5.0 Requires-Python <3.12,>=3.5
ERROR: Could not find a version that satisfies the requirement Aspose.Slides==24.2.0 (from versions: 24.6.0)
ERROR: No matching distribution found for Aspose.Slides==24.2.0

When I start ragflow locally according to the following command, I encounter the above error, should I adjust the version of python?

$ git clone https://github.com/infiniflow/ragflow.git
$ cd ragflow/

$ conda create -n ragflow python=3.11.0
$ conda activate ragflow
$ pip install -r requirements.txt

my conda version = 24.4.0

@n3A87 n3A87 added the question Further information is requested label Jun 28, 2024
@n3A87 n3A87 changed the title [Question]: [Question]: ERROR: No matching distribution found for Aspose.Slides==24.2.0 Jun 28, 2024
@KevinHuSh
Copy link
Collaborator

What about: python -m pip install --upgrade pip

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

No branches or pull requests

2 participants