Skip to content
New issue

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

package not found when pdm build #634

Closed
1 task done
abersheeran opened this issue Sep 1, 2021 · 1 comment
Closed
1 task done

package not found when pdm build #634

abersheeran opened this issue Sep 1, 2021 · 1 comment
Labels
🐛 bug Something isn't working

Comments

@abersheeran
Copy link
Contributor

abersheeran commented Sep 1, 2021

  • I have searched the issue tracker and believe that this is not a duplicate.

Make sure you run commands with -v flag before pasting the output.

Steps to reproduce

Clone https://github.com/abersheeran/baize/tree/use-pdm

pdm install -dG build
pdm build

Actual behavior

import mypyc get ImportError.

Expected behavior

Compile some .py files to .pyd/.so

Environment Information

# 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"
}
@abersheeran abersheeran added the 🐛 bug Something isn't working label Sep 1, 2021
@frostming
Copy link
Collaborator

Add --no-isolation option in #635

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants