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

Does not work with python 3.12 #59

Closed
sazzadhrz opened this issue May 28, 2024 · 0 comments · Fixed by #60
Closed

Does not work with python 3.12 #59

sazzadhrz opened this issue May 28, 2024 · 0 comments · Fixed by #60

Comments

@sazzadhrz
Copy link

conda install -c lilcom lilcom


Retrieving notices: ...working... done
Channels:
 - lilcom
 - defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: - warning  libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - package lilcom-1.4-py3.10 requires python >=3.10,<3.11.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ lilcom is installable with the potential options
│  ├─ lilcom [1.4|1.5] would require
│  │  └─ python >=3.10,<3.11.0a0 , which can be installed;
│  ├─ lilcom [1.4|1.5] would require
│  │  └─ python >=3.7,<3.8.0a0 , which can be installed;
│  ├─ lilcom [1.4|1.5] would require
│  │  └─ python >=3.6,<3.7.0a0 , which can be installed;
│  ├─ lilcom [1.4|1.5] would require
│  │  └─ python >=3.8,<3.9.0a0 , which can be installed;
│  └─ lilcom [1.4|1.5] would require
│     └─ python >=3.9,<3.10.0a0 , which can be installed;
└─ pin-1 is not installable because it requires
   └─ python 3.12.* , which conflicts with any installable versions previously reported.

Pins seem to be involved in the conflict. Currently pinned specs:
 - python 3.12.* (labeled as 'pin-1')

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

Successfully merging a pull request may close this issue.

1 participant