Python version: 3.12.8 (main, Dec 4 2024, 08:54:12) [GCC 11.4.0] (64-bit runtime) Python platform: Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.35 Is CUDA available: True CUDA runtime version: 12.6.68 CUDA_MODULE_LOADING set to: LAZY GPU models and configuration: ...
Maybe you added build_policy = "never" because you are creating the packages with conan export-pkg instead of conan create? How does your conanfile.py looks like? can you reduce it to something minimal like 1 conanfile with 1 single requires and still the same? I have been reading the ...
Sorry, I forgot to respond how things turned out... On Linux, using make AR=llvm-ar appears to get it to build. Could you see if that works with WSL? Adding AR=llvm-ar to the Configure command-line fixes the 'ar' error. However, the next issue encountered is that some of the li...
/home/rccausey/.cache/pypoetry/virtualenvs/stable-id-generator-lZ-E_67M-py3.10/lib/python3.10/site-packages/pydantic python version: 3.10.9 (main, Feb 2 2023, 12:43:51) [GCC 11.3.0] platform: Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35 optional deps. installed: ['...
@mrlifetime , that means this issue is upstream, in the libcrypto library, not in WSL. Likely, libcrypto has asm code and relies on standard GCC behavior, which flags for executable stack even when it's not needed. If you'd like to point me to the repository / community for this pr...