-
Notifications
You must be signed in to change notification settings - Fork 78
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
Comments
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) |
@aditiapratama I think there are some problems in with Python versions and PySide Versions. |
I can install after updating with 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' |
Open a new issue and exactly describe all the errors including your OS version. |
The issue that Blender was not showing up in the ui has been fixed in recent versions, it seems. |
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
Expected behavior
I'd like to double click into the window to set my custom path to all of my Blender versions.
Desktop (please complete the following information):
NAME="Pop!OS"
VERSION="18.04 LTS"
ID=ubuntu
ID_LIKE=debian
Desktop=XFCE4
The text was updated successfully, but these errors were encountered: