Doc: Python 3.12 with conda rabbitmq-server <= 3.8.14
dependency fails, better document rabbitmq dependency
#6577
Labels
rabbitmq-server <= 3.8.14
dependency fails, better document rabbitmq dependency
#6577
Describe the current issue
On Ubuntu 22.04 when pinning the dependency
rabbitmq-server <=3.8.14
in conda, it installs3.6.15
(because of some other dependency conflicts with erlang and openssl it goes that far back) which then results in the error messagefor any rabbitmq command.
Describe the solution you'd like
My suggestion is to make clear in the documentation that downgrading does not work for python 3.12
https://aiida.readthedocs.io/projects/aiida-core/en/v2.6.2/installation/troubleshooting.html#installation-troubleshooting
And also link the troubleshooting in the installation https://aiida.readthedocs.io/projects/aiida-core/en/v2.6.2/installation/guide_complete.html#rabbitmq as there is no comment about the rabbitmq version.
The text was updated successfully, but these errors were encountered: