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

[BUG] Cannot install using the latest version of python or the second to latest (3.11 or 3.12) #967

Open
2 of 3 tasks
TheOtherRealm opened this issue Sep 16, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@TheOtherRealm
Copy link

Required prerequisites

What version of camel are you using?

.2.1a

System information

3.12.2 | packaged by conda-forge | (main, Feb 16 2024, 20:42:31) [MSC v.1937 64 bit (AMD64)] win32

Problem description

Cannot install using the latest version of python or the second to latest (3.11 or 3.12)

Reproducible example code

Command lines:

pip install 'camel-ai[all]'
ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python >=3.8.1,<3.12; 0.1.3 Requires-Python <3.12,>=3.8.1; 0.1.4 Requires-Python <3.12,>=3.8.1; 0.1.5 Requires-Python <3.12,>=3.8.1; 0.1.5.1 Requires-Python <3.12,>=3.8.1; 0.1.5.2 Requires-Python <3.12,>=3.8.1; 0.1.5.3 Requires-Python <3.12,>=3.8.1; 0.1.5.4 Requires-Python <3.12,>=3.9.0; 0.1.5.5 Requires-Python <3.12,>=3.9.0; 0.1.5.6 Requires-Python <3.12,>=3.9.0; 0.1.5.7 Requires-Python <3.12,>=3.9.0; 0.1.5.9 Requires-Python <3.12,>=3.9.0; 0.1.6.0 Requires-Python <3.12,>=3.9.0; 0.1.6.1 Requires-Python <3.12,>=3.9.0; 0.1.6.2 Requires-Python <3.12,>=3.9.0; 0.1.6.3 Requires-Python <3.12,>=3.9.0; 0.1.6.4 Requires-Python <3.12,>=3.9.0; 0.1.6.5 Requires-Python <3.12,>=3.9.0; 0.1.6.6 Requires-Python <3.12,>=3.9.0; 0.1.6.7 Requires-Python <3.12,>=3.9.0; 0.1.6.8 Requires-Python <3.12,>=3.10.0; 0.1.6.9 Requires-Python <3.12,>=3.10.0; 0.1.7.0 Requires-Python <3.12,>=3.10.0; 0.1.7.1 Requires-Python <3.12,>=3.10.0; 0.1.7.2 Requires-Python <3.12,>=3.10.0; 0.1.8 Requires-Python <3.12,>=3.10.0; 0.1.9 Requires-Python <3.12,>=3.10.0; 0.2.0 Requires-Python <3.12,>=3.10.0; 0.2.1 Requires-Python <3.12,>=3.10.0; 0.2.1a0 Requires-Python <3.12,>=3.10.0
ERROR: Could not find a version that satisfies the requirement camel-ai[all] (from versions: none)
ERROR: No matching distribution found for camel-ai[all]

Steps to reproduce:

  1. Be using python 3.12
  2. try to install all dependencies using pip

Traceback

No response

Expected behavior

It installs correctly using python 3.12

Additional context

I can install using python 3.10, but not 3.11 or 3.12

@TheOtherRealm TheOtherRealm added the bug Something isn't working label Sep 16, 2024
@Wendong-Fan Wendong-Fan assigned Wendong-Fan and unassigned lightaime Sep 18, 2024
@Wendong-Fan
Copy link
Member

Thanks for raising this issue @TheOtherRealm ! Actually CAMEL doesn't support python v 3.12, we require python = ">=3.10.0,<3.12" for 3.11 it should be fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants