pip install pywin32-ctypes 执行安装命令: 按下回车键执行上述命令,等待安装完成。安装过程中,pip 会自动下载并安装 pywin32-ctypes 及其依赖项。 验证安装是否成功: 安装完成后,你可以通过尝试导入相关模块来验证安装是否成功。打开一个新的 Python 解释器或脚本文件,并输入以下代码: python from win32ctypes.py...
第一步:更新代码 这个比较简单也比较基础,把经过测试的代码更新到package中的.py文件即可。我这个项目的package就是mwjApiTest。 第二步:更新版本号信息 打开setup.py文件,然后修改对应的信息,比如版本号等等。(版本号必须要改,不然上传会提示你重复了) 第三步:使用以下指令更新包体 代码语言:javascript 代码运行次...
Downloading PyMySQL-0.10.0-py2.py3-none-any.whl (47 kB) 2、pip install pyodps (安装odps驱动模块) Downloading pyodps-0.9.3.1-cp35-cp35m-win_amd64.whl (1.6 MB) Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) D...
pip install pip==19.1.1 pip install setuptools==42.0.2 1. 2. 3. 使用pip install pyinstaller 或者 easy_install pyinstaller安装pyinstaller打包程序,提示错误: Traceback (most recent call last): File "setup.py", line 78, in <module> 'build': MyBuild, File "C:\Python34\lib\distutils\core....
安装pyinstaller失败处理方法1.其实一点也不麻烦2.先“pip install pywin32”3.在“pip install wheel”...
pip install pywin32-ctypes==0.2.0-i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install fonttools==4.2.0-i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install demjson==2.2.4-i http://pypi.douban.com/simple --trusted-host pypi.douban.com ...
PyWapFetion==0.9.6 PyWavelets==0.5.2 pywifi==1.1.10 pywin32==223 pywin32-ctypes==0.2.0 pywinpty==0.5.4 PyXB==1.2.6 PyYAML==3.12 pyzmq==17.0.0 qrcode==5.3 QScintilla==2.10.4 qtconsole==4.3.1 queuelib==1.5.0 rarfile==3.1 ...
Location: c:\program files\python3\lib\site-packages\pyinstaller-3.4-py3.6.egg Requires: setuptools, pefile, macholib, altgraph, pywin32-ctypes Required-by:
--- altgraph 0.17.3 certifi 2022.9.24 charset-normalizer 2.1.1 future 0.18.2 greenlet 2.0.1 idna 3.4 pefile 2022.5.30 pip 21.3.1 pyinstaller 5.6.2 pyinstaller-hooks-contrib 2022.11 PyMySQL 1.0.2 pywin32-ctypes 0.2.0 requests 2.28.1 schedule 1.1.0 setuptools 60.2.0 urllib3 1.26.12 wheel...
install python (I installed version 3.7.5 from python.org) download thefuture,pefile,pywin32_ctypes, andaltgraphfrom PyPI install each one withpip install --no-index path-to-package downloadPyInstallerfrom PyPI install it withpip install --no-index path-to-pyinstaller.tar.gz ...