Open patrickwalton opened 5 months ago
You might be running into #525 #523 since you're removing $HOME/.conan
every time.
As a workaround, I found that building with python3 conanfile.py --vizInterface=True
fixed the problem. I believe this was a clean install (no prior .conan config).
This is undesirable behavior, since this flag should be running with the defaults for python3 conanfile.py
and the script even confirms that this flag is set to true.
You might be running into #525 #523 since you're removing
$HOME/.conan
every time.
It's possible, but I only started deleting $HOME/.conan
everytime after I started running into the issue.
That is curious @patrickwalton . I agree that python3 conanfile.py --vizInterface True
should be the same as python conanfile.py
. I don't have access to a Linux system at the moment. On macOS the vizInterface
default is working as expected. I'm working on other build related changes right now, but will need to revisit this later on. Glad you found a work-around for now.
Describe the bug 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.
To reproduce
$HOME/.conan
folders.git clone git@github.com: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
Expected behavior With vizInterface as the default, it should have been installed automatically.
Desktop (please complete the following information):
Additional context 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: