-
Notifications
You must be signed in to change notification settings - Fork 11
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
Installation problem on Ubuntu 24.04 inside conda environment #79
Comments
Related to openjournals/joss-reviews#7357 |
Does it work with python <3.13? This python version is quite new and might be related to your problem here. When you installed it in a python virtual environment, was it for the same python version? |
Thanks @gassmoeller for raising this. This seems to be due to Python3.13 as @MatthewFlamm has commented, thanks. Now in the top of the installation of the documentation this has been added in #99:
|
Thanks for documenting the issue. This solves the problem as far as openjournals/joss-reviews#7357 is concerned, but I will leave this issue open so that you (and your users) can find it until python 3.13 is supported. |
I am following this description of how to install pyopmspe11 and ran into an issue. Before doing the pip install I successfully installed the binary distribution of flow for Ubuntu 24.04 following this page. The installation of pyopmspe11 fails with the following message:
I installed this in a conda environment. If I instead follow the instruction for a source install (second code box here) and install it in a virtual python environment the installation succeeds. Maybe there is a weird interaction why pip inside my conda environment doesnt find the correct version of resdata? Any advice would be appreciated, but also if conda is not supported it should probably be mentioned on the installation page.
Details of my environment:
OS: Ubuntu 24.04
Python: A clean conda environment with Python 3.13.0
conda list
:apt list libopm*
:The text was updated successfully, but these errors were encountered: