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

Unable to install covalent with poetry #1948

Open
PythonFZ opened this issue May 10, 2024 · 0 comments
Open

Unable to install covalent with poetry #1948

PythonFZ opened this issue May 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@PythonFZ
Copy link

Environment

  • Covalent version: covalent = "^0.232.0.post1"
  • Python version: Python 3.12.3
  • Operating system: Mac OS

What is happening?

Hey covalent developers,
I've been trying to use covalent within one of my projects but found myself encountering the following dependency issue:
Covalent depends on numpy 1.23.5 which for poetry uses Backend 'setuptools.build_meta:__legacy__' which is no longer available in Python 3.12. Bumping the dependencies to newer versions should resolve this issue.

How can we reproduce the issue?

conda create -n conv python=3.12
poetry init
poetry add covalent
poetry install

What should happen?

A solution to this would be, to not put a fixed version constrained on a 2 year old numpy release.

Any suggestions?

No response

@PythonFZ PythonFZ added the bug Something isn't working label May 10, 2024
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

1 participant