-
Notifications
You must be signed in to change notification settings - Fork 198
Description
I can install my project in editable mode on macOS
but not Windows 10
.
Note: installing the project in non-editable mode does work on Windows 10
.
On both operating systems I am running:
Python 3.11.8
Transonic 0.7.3
setuptools 78.1.0
For Windows, I have installed:
Visual Studio 2022 with clang-cl:
clang version 19.1.1
Target: i686-pc-windows-msvc
Thread model: posix
InstalledDir: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\bin
Here is the full traceback of the error on Windows:
Windows10TraceBack.txt
From what I can tell, the .pyd
file(s) are not being created, which is leading to this error.
I have tried different versions of Visual Studio (i.e., 2017 and 2019) and Clang (i.e., 17.0.3 and 18.1.1), but they yield the same results.
I have also tried different versions of setuptools
, such as 75.8.0, but they yield the same error.
Note: I can create .pyd
files manually with Transonic in the command line.
Is this a known issue on Windows that cannot be fixed?