Skip to content
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

Installer does not see Blender on Linux (Ubuntu 18.04 LTS) #13

Open
magdesign opened this issue Dec 8, 2019 · 5 comments
Open

Installer does not see Blender on Linux (Ubuntu 18.04 LTS) #13

magdesign opened this issue Dec 8, 2019 · 5 comments

Comments

@magdesign
Copy link

magdesign commented Dec 8, 2019

Describe the bug
Prism installer does not see my Blender installs.
Since on Linux you unpack Blender and place the folder where ever you want (mostly /opt/)
Can not manually search my Blender bin files.

To Reproduce
unpack Prism_v1.2.0_Linux.tar.gz to /opt/Prism
cd into /opt/Prism
run sudo ./Prism_setup_Linux.sh

prism_setup

Expected behavior
I'd like to double click into the window to set my custom path to all of my Blender versions.

Blender_versions

Desktop (please complete the following information):
NAME="Pop!OS"
VERSION="18.04 LTS"
ID=ubuntu
ID_LIKE=debian
Desktop
=XFCE4

@aditiapratama
Copy link

hi @magdesign how do you install Prism in PopOS!, I've got the following error with python pyside.

python3 "/opt/Pipeline/Prism/Scripts/PrismTray.py"
/opt/Pipeline/Prism/Scripts/PrismTray.py:197: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  curProject is not None and curProject is not ""
Traceback (most recent call last):
  File "/opt/Pipeline/Prism/Scripts/PrismTray.py", line 56, in <module>
    from PySide2.QtCore import *
ImportError: /opt/Pipeline/Prism/PythonLibs/Python37/PySide/PySide2/Qt/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /lib/x86_64-linux-gnu/libQt5Network.so.5)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/Pipeline/Prism/Scripts/PrismTray.py", line 60, in <module>
    from PySide2.QtCore import *
ImportError: /opt/Pipeline/Prism/PythonLibs/Python37/PySide/PySide2/Qt/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /lib/x86_64-linux-gnu/libQt5Network.so.5)

@magdesign
Copy link
Author

@aditiapratama
Just tested on Pop!OS 20.04 LTS
and was not able to install!

I think there are some problems in with Python versions and PySide Versions.
See this issue here: #19

@aditiapratama
Copy link

I can install after updating with sudo alternatives method following this tutorial

but now another issue arise when starting PrismTray

python /opt/Pipeline/Prism/Scripts/PrismTray.py
/opt/Pipeline/Prism/Scripts/PrismTray.py:197: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  curProject is not None and curProject is not ""
Traceback (most recent call last):
  File "/opt/Pipeline/Prism/Scripts/PrismTray.py", line 56, in <module>
    from PySide2.QtCore import *
ImportError: /opt/Pipeline/Prism/PythonLibs/Python37/PySide/PySide2/Qt/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /lib/x86_64-linux-gnu/libQt5Network.so.5)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/Pipeline/Prism/Scripts/PrismTray.py", line 60, in <module>
    from PySide.QtCore import *
ModuleNotFoundError: No module named 'PySide.QtCore'

@magdesign
Copy link
Author

Open a new issue and exactly describe all the errors including your OS version.

@monomon
Copy link

monomon commented Nov 27, 2021

The issue that Blender was not showing up in the ui has been fixed in recent versions, it seems.
The logic searching for blender installations is still in need of some attention.

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

No branches or pull requests

3 participants