Hello, I am a Stan user who has to use a work PC that is configured with various restrictions. I have had issues installing Cmdstan in the past ( Windows 11 cmdstan installation issue: Architecture not detected, related to version_tbb_2020.3 ) but they had mostly been resolved. However, I just got a new Windows 11 machine that is configured slightly differently. I cannot install cmdstan through cmdstanr::install_cmdstanr(), and I also am having trouble with the Conda installation. I get the below-pasted error message when I try to install Cmdstan. It looks like it has to do with some permissions. I was curious if any developer could help me identify what permissions need to be changed so that the build can proceed, so that I can contact my admin and get the permissions changed. Thanks in advance for your help.
--- Compiling the main object file. This might take up to a minute. ---
make[1]: Entering directory '/c/Users/Quentin.Read/.cmdstan/cmdstan-2.39.0/stan/lib/stan_math/lib/tbb'
g++ -Wno-nonnull -D_UCRT -Wno-deprecated-declarations -std=c++17 -m64 -D_UCRT -D_REENTRANT -Wall -Wno-template-id-cdtor -Wno-unused-function -Wno-uninitialized -Wno-unused-but-set-variable -Wno-unused-variable -Wno-sign-compare -Wno-unused-local-typedefs -Wno-int-in-bool-context -Wno-attributes -Wno-ignored-attributes -Wno-class-memaccess -I stan/lib/stan_math/lib/tbb_2020.3/include -O3 -I src -I stan/src -I stan/lib/rapidjson_1.1.0/ -I lib/CLI11-1.9.1/ -I stan/lib/stan_math/ -I stan/lib/stan_math/lib/eigen_3.4.0 -I stan/lib/stan_math/lib/boost_1.87.0 -I stan/lib/stan_math/lib/sundials_6.1.1/include -I stan/lib/stan_math/lib/sundials_6.1.1/src/sundials -D_USE_MATH_DEFINES -D_GLIBCXX11_USE_C99_COMPLEX -DBOOST_DISABLE_ASSERTS -c -o src/cmdstan/main.o src/cmdstan/main.cpp
make[1]: /bin/sh: Permission denied
make[1]: /bin/sh: Permission denied
make[1]: Leaving directory '/c/Users/Quentin.Read/.cmdstan/cmdstan-2.39.0/stan/lib/stan_math/lib/tbb'
../tbb_2020.3/build/common.inc:81: *** Architecture not detected. Stop.
make: *** [stan/lib/stan_math/make/libraries:179: stan/lib/stan_math/lib/tbb/tbb.def] Error 2
make: *** Waiting for unfinished jobs....