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

Install with cache missing directory (nbconvert) #961

Closed
1 task done
Omegaice opened this issue Mar 8, 2022 · 0 comments
Closed
1 task done

Install with cache missing directory (nbconvert) #961

Omegaice opened this issue Mar 8, 2022 · 0 comments
Labels
🐛 bug Something isn't working

Comments

@Omegaice
Copy link

Omegaice commented Mar 8, 2022

  • 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

pdm init -n
pdm config install.cache on
pdm add nbconvert

Actual behavior

nbconvert's share folder is not copied from the cache (although it is in the cache directory)

~/example ❯ ls __pypackages__/3.10
bin  include  lib
~/example ❯ ls ~/.cache/pdm/packages/nbconvert-6.4.2-py3-none-any
bin  lib  referrers  share

Expected behavior

nbconvert's share folder's contents is linked correctly.

~/example ❯ ls __pypackages__/3.10
bin  include  lib  share

Environment Information

PDM version:        1.13.3
Python Interpreter: $HOME/.pyenv/versions/3.10.1/bin/python3.10 (3.10)
Project Root:       $HOME/example
Project Packages:   $HOME/example/__pypackages__/3.10
{
  "implementation_name": "cpython",
  "implementation_version": "3.10.1",
  "os_name": "posix",
  "platform_machine": "x86_64",
  "platform_release": "5.13.0-30-generic",
  "platform_system": "Linux",
  "platform_version": "#33~20.04.1-Ubuntu SMP Mon Feb 7 14:25:10 UTC 2022",
  "python_full_version": "3.10.1",
  "platform_python_implementation": "CPython",
  "python_version": "3.10",
  "sys_platform": "linux"
}
@Omegaice Omegaice added the 🐛 bug Something isn't working label Mar 8, 2022
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

1 participant