You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing with pip using pip install git+https://github.com/automl/DeepCAVE.git I get ERROR: Package 'deepcave' requires a different Python: 3.11.7 not in '<3.10,>=3.9'. I am not familiar with the DeepCAVE code and dependencies, but usually this should be as easy as increasing the compatible version and testing that everything still works.
The text was updated successfully, but these errors were encountered:
As we currently have one dependency (pyrfr, which requires swig) that causes problems when testing with Python 3.11, we have not included it in our supported versions yet. However, we aim to exchange that package (#171) in order to be able to support Python 3.11 as well, and will keep you updated once this is done.
When installing with pip using
pip install git+https://github.com/automl/DeepCAVE.git
I getERROR: Package 'deepcave' requires a different Python: 3.11.7 not in '<3.10,>=3.9'
. I am not familiar with the DeepCAVE code and dependencies, but usually this should be as easy as increasing the compatible version and testing that everything still works.The text was updated successfully, but these errors were encountered: