Forum Replies Created
-
AuthorPosts
-
zainabBlocked
Hi Hugo,
Thanks for your help. I think the python problem is partially solved however, when I try to launch the following:
1- CableGripper tutorial in SoftRobots plugin I get the following error:
ModuleNotFoundError: No module named ‘stlib’
Although I have stlib in the plugin files (and i added in the plugin manager of sofa’s GUI)
2- Opening PneunetGripper
Plugin not found: “SofaPython”
3- And also I got an error related to SoftRobot.Inverse
is it the same plugin for version 2019?zainabBlockedHere they are:
C:\Users\Zainab>echo PATH = %PATH%
PATH = C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\Zainab\Git\cmd;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Users\Zainab\AppData\Local\Programs\Python\Launcher\;C:\Users\Zainab\AppData\Local\Programs\Python\Python37\Scripts\;C:\Users\Zainab\AppData\Local\Programs\Python\Python37\;C:\Users\Zainab\AppData\Local\Microsoft\WindowsApps;C:\Users\Zainab\SOFA\v20.12.00\bin;C:\Users\Zainab\Downloads\cmake-3.18.6-win64-x64\cmake-3.18.6-win64-x64\bin;C:\Users\Zainab\Downloads\eigen-3.3.9\eigen-3.3.9;C:\Users\Zainab\AppData\Local\QtProject\QtCreator;C:\local\boost_1_75_2\lib64-msvc-14.2;C:\local\boost_1_75_2;C:\Qt\Qt5.12.10\5.12.10\msvc2017_64\bin;C:\Qt\Qt5.12.10\5.12.10\msvc2017_64\lib;
echo SOFA_ROOT = %SOFA_ROOT%
SOFA_ROOT = %SOFA_ROOT%echo PYTHONPATH = %PYTHONPATH%
PYTHONPATH = %PYTHONPATH%zainabBlockedHi Hugo,
thanks for your reply. Here’s what am getting upon running these 3 commands:
python -V
Python 3.8.6rc1python3 -V
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.So I uninstalled all python versions and kept only version 3.7.9
I made sure that I ticked the box ‘add python to path’ so now python -V gives: 3.7.9, but python3 -V gives same previous result (not found) -
AuthorPosts