You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and conciseI am using a laptop with Windows 11 system, and I have made sure that I have installed all dependencies. However, I encountered the following error when using "Anaconda Powershell Prompt":
python conanfile.py
Updating pip:
python -m pip install --upgrade pip
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already satisfied: pip in d:\option\basilisk\basilisk-develop\.venv\lib\site-packages (24.0)
Checking conan configuration: Done
Auto-Generating Draft Modules... Done
Running this conan command:
python -m conans.conan install . --build=missing -s build_type=Release -if dist3/conan -o opNav=False -o vizInterface=True -o buildProject=True
WARN: *** Conan 1 is legacy and on a deprecation path ***
WARN: *** Please upgrade to Conan 2 ***
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
os=Windows
os_build=Windows
[options]
buildProject=True
opNav=False
vizInterface=True
[build_requires]
[env]
Updating pip:
python -m pip install --upgrade pip
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already satisfied: pip in d:\option\basilisk\basilisk-develop\.venv\lib\site-packages (24.0)
Checking conan configuration: Done
cmake generator set to: Visual Studio 16 2019
ERROR: Basilisk/2.3.10: 'settings.compiler' value not defined
Running cmake:
python -m conans.conan build . -if dist3/conan
WARN: *** Conan 1 is legacy and on a deprecation path ***
WARN: *** Please upgrade to Conan 2 ***
Updating pip:
python -m pip install --upgrade pip
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already satisfied: pip in d:\option\basilisk\basilisk-develop\.venv\lib\site-packages (24.0)
Checking conan configuration: Done
cmake generator set to: Visual Studio 16 2019
ERROR: 'settings.compiler' value not defined
I also tried downloading other versions of Basilisk, such as version 2.2.0, but I still encountered the same error.
Here are versions for prerequisite system packages:
cmake version 3.29.3
Python 3.9.13
swig 4.2.1
And here are versions for prerequisite python packages:
Describe the bug
A clear and conciseI am using a laptop with Windows 11 system, and I have made sure that I have installed all dependencies. However, I encountered the following error when using "Anaconda Powershell Prompt":
I also tried downloading other versions of Basilisk, such as version 2.2.0, but I still encountered the same error.
Here are versions for prerequisite system packages:
And here are versions for prerequisite python packages:
Please help me ,Thanks! description of what the bug is.
To reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots/plots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem or potential solution paths here.
The text was updated successfully, but these errors were encountered: