We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using pyo3 inside VSCode with rust-analyzer, rust-analyzer fails to compile the proc macros. See the attacked image.
python -m venv .venv
pip install maturin
maturin init --name foo
Windows 10 10.0.19045 Build 19045
python --version
Python 3.12
rustc --version
rustc 1.84.1 (e71f9a9a9 2025-01-27)
0.23.3
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
When using pyo3 inside VSCode with rust-analyzer, rust-analyzer fails to compile the proc macros. See the attacked image.
Steps to Reproduce
python -m venv .venv
pip install maturin
maturin init --name foo
Backtrace
Your operating system and version
Windows 10 10.0.19045 Build 19045
Your Python version (
python --version
)Python 3.12
Your Rust version (
rustc --version
)rustc 1.84.1 (e71f9a9a9 2025-01-27)
Your PyO3 version
0.23.3
How did you install python? Did you use a virtualenv?
python -m venv .venv
Additional Info
No response
The text was updated successfully, but these errors were encountered: