安装过程要求zlib,我甚至设置并从Github克隆它.我是所有这一切的新手.
错误信息:
C:\Users\GThell\Pillow>pip install -e .
Obtaining file:///C:/Users/GThell/Pillow
Requirement already satisfied: olefile in c:\users\gthell\appdata\local\programs\python\python36\lib\site-packages (from Pillow==3.5.0.dev0)
Installing collected packages: Pillow
Running setup.py develop for Pillow
Complete output from command c:\users\gthell\appdata\local\programs\python\python36\python.exe -c "import setuptools, tokenize;__file__='C:\\Users\\GThell\\Pillow\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps:
Single threaded build for windows
running develop
running egg_info
writing Pillow.egg-info\PKG-INFO
writing dependency_links to Pillow.egg-info\dependency_links.txt
writing requirements to Pillow.egg-info\requires.txt
writing top-level names to Pillow.egg-info\top_level.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'Pillow.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in' …Run Code Online (Sandbox Code Playgroud) 我想id='item'在创建图像元素。
我似乎在Google上找不到任何东西。互联网上的大多数教程都使用Typescript,并且始终以page=args.object
export function pageLoaded(args) {
page = args.object;
item = page.getViewById("item");
}
Run Code Online (Sandbox Code Playgroud) 我想使用从 GitHub 安装 pyperclippip install但不幸的是它只安装到 pip 而不是 Anaconda。我正在使用 PyCharm,我的解释器是 Anaconda。(Linux)
我希望 Anaconda 也安装“pyperclip”包,以便我可以在 PyCharm 中使用它。我试过谷歌搜索,但找不到任何结果。