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 thermohubclient on Python 3.12 #7

Open
gufan01 opened this issue May 13, 2024 · 1 comment
Open

Unable to install thermohubclient on Python 3.12 #7

gufan01 opened this issue May 13, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gufan01
Copy link

gufan01 commented May 13, 2024

I am currently trying to install the thermohubclient library on Python 3.12, but I'm encountering issues during the installation process. It seems that the library is not compatible with Python 3.12. I have tried using conda to install the library [conda install thermohubclient], but it fails with an error message. The error message as following:

"
LibMambaUnsatisfiableError: Encountered problems while solving:

package thermohubclient-0.2.0-py27had07cd5_0 requires python >=2.7,<2.8.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ pin-1 is installable and it requires
│ └─ python 3.12.* , which can be installed;
└─ thermohubclient is not installable because there are no viable options
├─ thermohubclient 0.2.0 would require
│ └─ python >=2.7,<2.8.0a0 , which conflicts with any installable versions previously reported;
├─ thermohubclient [0.2.0|0.2.1] would require
│ └─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
├─ thermohubclient [0.2.0|0.2.1] would require
│ └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
├─ thermohubclient [0.2.0|0.2.1] would require
│ └─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
├─ thermohubclient [0.2.0|0.2.1] would require
│ └─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported;
├─ thermohubclient 0.2.1 would require
│ └─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
└─ thermohubclient 0.2.1 would require
└─ python >=3.11,<3.12.0a0 , 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')
"

By the way, I have successfully installed the thermofun library on my system. However, during the installation process, the thermohubclient library was not installed automatically as expected.

@gdmiron
Copy link
Member

gdmiron commented Jun 10, 2024

conda-forge/thermohubclient-feedstock#14 @sdmytrievs could you see what is the issue with build fail?

@gdmiron gdmiron added the bug Something isn't working label Jun 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

3 participants