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
Make sure you run commands with -v flag before pasting the output.
-v
Clone https://github.com/abersheeran/baize/tree/use-pdm
pdm install -dG build pdm build
import mypyc get ImportError.
import mypyc
ImportError
Compile some .py files to .pyd/.so
# Paste the output of `pdm info && pdm info --env` below: PDM version: 1.8.2 Python Interpreter: C:/Users/aber/AppData/Local/Programs/Python/Python39/python.exe (3.9) Project Root: C:/Users/aber/Documents/GitHub/baize Project Packages: C:\Users\aber\Documents\GitHub\baize\__pypackages__\3.9 { "implementation_name": "cpython", "implementation_version": "3.9.6", "os_name": "nt", "platform_machine": "AMD64", "platform_release": "10", "platform_system": "Windows", "platform_version": "10.0.19043", "python_full_version": "3.9.6", "platform_python_implementation": "CPython", "python_version": "3.9", "sys_platform": "win32" }
The text was updated successfully, but these errors were encountered:
Add --no-isolation option in #635
--no-isolation
Sorry, something went wrong.
No branches or pull requests
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Clone https://github.com/abersheeran/baize/tree/use-pdm
Actual behavior
import mypyc
getImportError
.Expected behavior
Compile some .py files to .pyd/.so
Environment Information
The text was updated successfully, but these errors were encountered: