Replies: 5 comments
-
This is probably because we build Python packages with the default Python version for Bookworm, (Python 3.11) The Ice package is not available with 3.12
But works fine with 3.11, which is the version we build for
|
Beta Was this translation helpful? Give feedback.
-
Thank you, @pepone!
Very strange! Do you use exactly the same sequence of commands as I wrote in the first message? Could it be that ICE requires some post-install configuration that I missed? |
Beta Was this translation helpful? Give feedback.
-
Yes, I did use the same sequence of commands:
Looking at the installed packages I see:
And the extension is installed in
|
Beta Was this translation helpful? Give feedback.
-
Yes, my list of installed packages is exactly the same. I also ran my test on the Linux server running Ubuntu 20.04.6 LTS and Docker version 24.0.6. With the same error. My previous tests were on Windows 10, Docker Desktop v4.25.2, WSL backend, Docker version 24.0.6. I don't have any ideas yet. |
Beta Was this translation helpful? Give feedback.
-
I test with Docker on Windows 10 too
|
Beta Was this translation helpful? Give feedback.
-
Version
Ice version:
zeroc-ice-all-runtime: 3.7.8-2.1
zeroc-ice-all-dev: 3.7.8-2.1
OS version: Docker image python3.12:bookworm
Describe the bug
Steps to reproduce:
Run the container:
Install ICE according to last box under "Installing Ice on Debian" section on this page:
https://doc.zeroc.com/ice/3.7/release-notes/using-the-linux-binary-distributions
Run the command and check the result:
Expected behavior
"import Ice" should run without errors.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions