skywind3000 / skywind3000/PyStand

pillow需要Library的内容,怎么吧Library添加到PyStand中

Open
#35 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
1.2k
Forks
146
PR merge metrics
No merged PRs in 30d

Description

将PIL拷贝到PyStand,执行程序后,提示:
from PIL import Image
File "D:\PyStand\site-packages\PIL\Image.py", line 89, in
from . import _imaging as core
ImportError: DLL load failed while importing _imaging: 找不到指定的模块。

研究后发现,原始的虚拟环境中Lib/site-packages/PIL依赖Library/include, 根据教程,把PIL拷贝到PyStand/site-packages,那么Library拷贝到哪儿呢?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the PyStand packaging guidance and the reported PIL import path: PyStand/site-packages/PIL and the original environment's Lib/site-packages/PIL dependency on Library/include. Reproduce the _imaging DLL load failure, determine where that dependency belongs in PyStand, and document or verify the required packaging location.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.