Skip to content

Ubuntu installation script through pip #226

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

anhurion
Copy link

@anhurion anhurion commented Apr 2, 2025

To avoid docker issues with multiple libraries installed when trying to use pip for more advanced libraries the ubuntu installation script now handles everything from 22.04 and before as older than required and installs python dependencies with pip instead of .deb

The ub_version taken from lsb_release could be changed to simplify the
process. Changes to uv_v_major and *minor correctly split the ub_version
that comes as e. g. 22.04. Moved numpy installation to the major
controlled if statement to allow for the latest numpy library (allows
the usage of libraries such as pandas without the need for requirement
freezing)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant