reanahub / reana-client

REANA command-line client
http://reana-client.readthedocs.io/
MIT License
10 stars 44 forks source link

build(appimage): upgrade to Python 3.8.18 #704

Closed tiborsimko closed 4 months ago

tiborsimko commented 4 months ago

Fixes AppImage building procedure by upgrading to Python 3.8.18.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (fe0b00a) 58.62% compared to head (783c17a) 58.62%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/reanahub/reana-client/pull/704/graphs/tree.svg?width=650&height=150&src=pr&token=b85cSEiOhs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub)](https://app.codecov.io/gh/reanahub/reana-client/pull/704?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub) ```diff @@ Coverage Diff @@ ## master #704 +/- ## ======================================= Coverage 58.62% 58.62% ======================================= Files 24 24 Lines 2393 2393 ======================================= Hits 1403 1403 Misses 990 990 ```
tiborsimko commented 4 months ago

had to run the script as superuser in order to have the permission to complete the AppImage build process successfully. Is this intended behavior?

Hmm, I'm running it as a regular use. Perhaps we can see IRL about the troubles you've met?

tiborsimko commented 4 months ago

Hmm, I'm running it as a regular use. Perhaps we can see IRL about the troubles you've met?

I managed to reproduce a runtime error: it happens when I launch this script whilst being in the reana virtual environment. However, when you deactivate first, and use the vanilla operating system Python, then the script runs fine. Perhaps you tried it out whilst being in the reana venv?