-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unable to run rnalysis-gui from a non root user in an HPC cluster. #31
Comments
Hi Uriel,
Please let me know if any of these work for you, or if we need to dig deeper. Best, |
Hi , I examined your suggestion regarding xhost , but this did not help , please tell me if you have a way to debug this . |
Hi, When you exit the session after run_gui hangs, do you always get an error pointing to the same part of the code (file "gui_windows.py", line 1011, in update_time)? If so, it may be an issue with one of the newer updates to the GUI. Alternatively, could you please try installing RNAlysis on Python3.11 instead of Python 3.10? Best, |
on python 3.10: python3
on python 3.11 it hangs : python3.11
any suggestions ? |
The issue on python3.10 seems to related to having multiple python versions installed on the cluster. Regarding python3.11 - did you try installing RNAlysis version 3.5.2? |
Hi , with python 3.11 trying to install version 3.5.2 , I get the below error pip install RNAlysis==3.5.2 |
I'm sorry, that's my bad, back then RNAlysis 3.5.2 did not yet support Python 3.11, so you would need to install it on Python 3.10 or lower. |
Describe the bug
Hi,
I installed rnalysis using "pip install RNAlysis[all]" on a linux machine / on docker ubuntu container and
when trying to load rnalysis using rnalysis-gui /gui.run_gui() it hangs with no error.
It did work on some occasions on a docker container only when run from the root user which isn't
an option since we need to run the program as a regular user on the cluster .
any suggestions on how to debug this problem ?
Steps To Reproduce
singularity exec --writable /data/bin/singularity_images/python_RNAlysis1.sif /bin/bash
INFO: Converting SIF file to temporary sandbox...
WARNING: Skipping mount /etc/localtime [binds]: /etc/localtime doesn't exist in container
Singularity> python3
Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
Expected behavior
No response
Screenshots
How did you install RNAlysis?
installed via pip/Python
RNAlysis version
3.10
Operating system
Rocky linux \ docker container of ubuntu
Additional context
No response
The text was updated successfully, but these errors were encountered: