temporalio / sdk-python

Temporal Python SDK
MIT License
448 stars 66 forks source link

[Bug] Cant build wheel temporalio when installing with pip #597

Open ichsansaid opened 1 month ago

ichsansaid commented 1 month ago

What are you really trying to do?

pip install temporalio

Describe the bug

image image image When i installed the temporalio, these errors is comes up, i also already installed rust compiler in my windows but still error

Minimal Reproduction

Environment/Versions

Additional context

cretz commented 1 month ago

For some reason your pip install is not using a prebuilt wheel. Can you show the output of pip debug --verbose (or at least the "Compatible tags" section)? If it is Windows, I wonder if it's Windows ARM or 32-bit, both of which we don't prebuild wheels for.