-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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.