Sofa on mac osx #2978
Answered
by
hugtalbot
Mystikave
asked this question in
Build / Config / Environment
Sofa on mac osx
#2978
-
I installed Sofa and managed to run it perfectly on my intel mac osx. However when it starts, it doesn't show the snake screen. It's all just black. Can someone help me fix this? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
hugtalbot
Jun 9, 2022
Replies: 2 comments 3 replies
-
Hi @Mystikave and welcome on our Discussion forum! Could you share with us a more detailed report:
python -c "exec( \"import os, sys\nprint('#################')\nprint('--- sys.version ---')\nprint(sys.version)\nprint('--- PATH ---')\ntry:\n print(os.environ['PATH'])\nexcept Exception:\n pass\nprint('--- SOFA_ROOT ---')\ntry:\n print(os.environ['SOFA_ROOT'])\nexcept Exception:\n pass\nprint('--- PYTHONPATH ---')\ntry:\n print(os.environ['PYTHONPATH'])\nexcept Exception:\n pass\nprint('--- sys.path ---')\ntry:\n print(str(sys.path))\nexcept Exception:\n pass\nprint('#################')\" )" |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is this a problem with GUI? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You problem looks very close to this old thread: https://www.sofa-framework.org/community/forum/topic/error-could-not-find-either-qt5-or-qt6/