"Could not find vizInterface when import attempted." Error with default settings on Linux. #730
Replies: 1 comment
-
Moved to issues as bug report #732 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps Followed
$HOME/.conan
folders.git clone [email protected]:AVSLab/basilisk.git
.git checkout v2.3.0
.python3 -m venv .venv
andsource .venv/bin/activate
.wheel
,conan<2.0.0
, andcmake
:pip3 install wheel 'conan<2.0.0' cmake
.setuptools
, because pkg_resources was not found:pip3 install setuptools
.python3 conanfile.py
.examples/scenarioBasicOrbit.py
.python3 examples/scenarioBasicOrbit.py
Problem
The build appears successful, but when I run
python3 examples/scenarioBasicOrbit.py
, I get the following warning:And with that no Vizard simulation is streamed or file created.
Am I supposed to do something else to build with vizInterface support?
Build Outputs
The documentation said building with vizInterface support is the default and I see that in the beginning of the build output:
And vizInterface build appears to have been successful in the build output:
System Settings
Beta Was this translation helpful? Give feedback.
All reactions