** Visual Studio 2019 Developer Command Prompt v16.11.30
** Copyright (c) 2021 Microsoft Corporation
[vcvarsall.bat] Environment initialized for: ‘x64’
P
ython was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
pkgconf/2.0.3:
pkgconf/2.0.3: ERROR: Package ‘2d91722813283545a5bec8be869b6396b7c40537’ build failed
pkgconf/2.0.3: WARN: Build folder C:\Specproject\amop333.conan\data\pkgconf\2.0.3__\build\2d91722813283545a5bec8be869b6396b7c40537\build-relwithdebinfo
ERROR: pkgconf/2.0.3: Error in build() method, line 92
meson.configure()
ConanException: Error 9009 while executing meson setup --native-file “C:\Specproject\amop333.conan\data\pkgconf\2.0.3__\build\2d91722813283545a5bec8be869b6396b7c40537\build-relwithdebinfo\conan\conan_meson_native.ini” “C:\Specproject\amop333.conan\data\pkgconf\2.0.3__\build\2d91722813283545a5bec8be869b6396b7c40537\build-relwithdebinfo” “C:\Specproject\amop333.conan\data\pkgconf\2.0.3__\build\2d91722813283545a5bec8be869b6396b7c40537\src” -Dprefix=“C:\Specproject\amop333.conan\data\pkgconf\2.0.3__\package\2d91722813283545a5bec8be869b6396b7c40537”
Restoring global Conan config…
Traceback (most recent call last):
File “C:\Specproject\audmaster333\audacity-Audacity-3.3.3\conan\conan_runner.py”, line 339, in
subprocess.check_call(conan_options)
File “C:\Users\user\AppData\Local\Programs\Python\Python39\lib\subprocess.py”, line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[‘C:\Specproject\amop333\conan_venv\Scripts\conan.exe’, ‘install’, ‘C:\Specproject\audmaster333\audacity-Audacity-3.3.3\conan’, ‘–build=missing’, ‘–install-folder’, ‘C:/Specproject/amop333\conan-install-debug’, ‘–output-folder’, ‘C:/Specproject/amop333’, ‘–remote’, ‘audacity-binaries’, ‘–profile:build’, ‘C:/Specproject/amop333\profile-build.profile’, ‘–profile:host’, ‘C:/Specproject/amop333\profile-host-debug.profile’]’ returned non-zero exit status 1.
CMake Error at cmake-proxies/cmake-modules/AudacityDependencies.cmake:202 (message):
Conan failed to install dependencies (1)
C:/Users/user/AppData/Local/Programs/Python/Python39/python.exe
Call Stack (most recent call first):
CMakeLists.txt:572 (include)
Configuring incomplete, errors occurred!
Python 3.9 is installed and added to the path. I was able to build Audacity by cloning from github folder but it builds 3.4.x-alpha but I want 3.3.3 so I downloaded the source code from github 3.3.3 release and tried to build it when I faced the error.
Am I missing anything? please help.