You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
baseplate-admin
changed the title
Optional argument is not detected in macos but is detected in linux/windows
Optional argument is detected in linux/windows but not in macos
May 6, 2024
baseplate-admin
changed the title
Optional argument is detected in linux/windows but not in macos
Optional argument is detected in linux/windows but not in macosMay 6, 2024
It's highly likely that you have a problem in the setup of your CI or other environment that these logs are from, you're not testing the code that you want to test.
Look at the logs, it installs a 0.1.2 wheel for MacOS (which looks like it's being downloaded from PyPI) but 0.1.3 for Windows.
Bug Description
I have a rust function that has all positional arguments. It works fine in windows/linux but it is not detected in macos m1 platform.
Relevant codes : https://github.com/baseplate-admin/resvg-py/blob/e3aff47a1f351915a844ccab0bc09829f2993cd3/src/rust/lib.rs#L137-L139
Steps to Reproduce
Backtrace
Linux:
Your operating system and version
Windows 11
Your Python version (
python --version
)Python 3.12.3
Your Rust version (
rustc --version
)rustc 1.80.0-nightly (a8a1d3a77 2024-04-29)
Your PyO3 version
0.21.2
How did you install python? Did you use a virtualenv?
poetry
Additional Info
Github actions log : https://github.com/baseplate-admin/resvg-py/actions/runs/8964212068
The text was updated successfully, but these errors were encountered: