pyqt5 designer弄成的ui,用pyinstaller打包好后,自己电脑上能用,但是在别人电脑上运行时,弹窗报错“INTERNAL ERROR:can not create temporary directory!”(内部错误:无法创建临时目录),网上关于这个的文章基本都是unix或linux的,但我和他都是Windows7系统,这是为什么?求解决办法
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
已结题
Windows7出现的INTERNAL ERROR:can not create temporary directory报错
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫点击复制链接分享
- 邀请回答
- 编辑 收藏 删除
- 收藏 举报
2条回答 默认 最新
- 关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
CSDN专家-黄老师 2021-07-27 16:58关注你的代码应该是涉及路径问题,在代码用try做个异常追踪或者日志功能,看看代码那里出问题了
本回答被题主选为最佳回答 , 对您是否有帮助呢? 本回答被专家选为最佳回答 , 对您是否有帮助呢? 本回答被题主和专家选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏举报
微信扫一扫点击复制链接分享
评论按下Enter换行,Ctrl+Enter发表内容
报告相同问题?
提交
- 2022-07-27 09:48Json_Marz的博客 [28000] INTERNAL ERROR: cannot create temporary directory!
- 2025-12-23 16:59
Wine 运行 PyInstaller onefile 程序(如 labelImg)报错:`INTERNAL ERROR: cannot create temporary directory!` 排查
框架主义者的博客 摘要: 在 Linux 上使用 Wine 运行 PyInstaller onefile 打包的 Windows 程序(如 labelImg.exe)时,可能遇到 INTERNAL ERROR: cannot create temporary directory! 报错。原因是 PyInstaller 的安全修复(CVE-2019... - 2019-07-02 09:55cp_123321的博客 在windows server 上安装python时,第一次安装一定不要安装pip,其他的配置都一样,等环境安装好后,第二次在从新安装pip,否则不能在settings里安装python第三方包,而且运行selenium时会报unknown error错. ...
- 2023-02-27 15:21
成功解决FileNotFoundError: [Errno 2] No usable temporary directory found in [‘/tmp‘, ‘/var/tmp‘, ‘/usr/t
_Meilinger_的博客 FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/'] 问题清除指南。 - 2022-02-07 12:36
FileNotFoundError: [Errno 2] No usable temporary directory found in [‘/tmp‘, ‘/var/tmp‘, ‘/usr/tmp‘,
家有爱妻是个宝的博客 树莓派安装 pytorch 遇到这个问题 :pip install torch-1.7.0a0-cp37-cp37m-linux... File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main status = self.run(options, ... - 2025-06-03 21:29一ye残雪的博客 有的时候Nuitka并不能正确分析出一些Python软件包所需要使用的数据文件,在运行程序时提示FileNotFoundError等错误,此时就需要使用该选项。启用插件,等号后跟插件名。在要打包的Python代码使用了一些特殊的包时,...
- 2025-12-05 03:26kkk56的博客 本博客全面介绍了Windows Shell脚本编程的核心概念、工具和实践应用。内容涵盖从基础脚本示例到高级自动化任务,包括使用AT命令调度脚本、通过NET命令管理用户账户、常见错误排查方法等。提供了丰富的学习资源和术语...
- 2018-04-15 12:10Python参考手册,官方正式版参考手册,chm版。以下摘取部分内容:Navigation index modules | next | Python » 3.6.5 Documentation » Python Documentation contents What’s New in Python What’s New In ...
- 2022-03-09 15:09Lion King的博客 -x, --exitfirst exit instantly on first error or failed test. --fixtures, --funcargs show available fixtures, sorted by plugin appearance (fixtures with leading '_' are only shown with '-v') --...
- 2025-06-27 01:33FrankStewart的博客 Python Interview Questions And Answers For Data Analyst
- 2025-12-31 08:58悟乙己的博客 细节 7:未成年人保护的“全球定义” (Child Safety) 原文: “A minor is defined as anyone under the age of 18 anywhere, or anyone over the age of 18 who is defined as a minor in their region.” 翻译: ...
- 光子AI的博客 Discrete functional units performing specific tasks Implemented as Python functions Receive current state as input Return state updates as output Can specify next destination through Command objects ...
- 2024-11-13 17:11王糍粑的小夕的博客 懂的人可能一下子就想到是classpath的问题,但是我没那么懂,所以拿着报错信息在百度谷歌里搜索了好久,发现也有好多人遇到这个问题,有的人给了解决方案,但是我按照给的方法却一直不管用。 如果你的电脑不是...
- 2016-11-28 08:43andrewbytecoder的博客 '%cd mydir' (without the quotes) changes your working directory to 'mydir', if it exists. For a list of the available magic functions, use %lsmagic. For a description of any of them, type %...
- 2023-03-02 17:54KmBase的博客 nuitka是一个可以将Python代码转换为C++代码并编译为可执行文件或扩展模块的工具。
- 2022-05-21 18:53有情怀的机械男的博客 【python bug修复】——Script file 'D:\softwares_install\Anaconda3\envs\PartTimes\Scripts\pip-scrip
- 2016-05-13 17:34GarfieldEr007的博客 , somewhere in a C source directory (not on the Python Path). There are (at least) three kinds of modules in Python: modules written in Python (.py); modules written in C and ...
- 2020-07-22 19:24culiu9261的博客 The hooks we'll write here will be in bash though you can use Python or even Perl. Git hooks can be written in any language as long as the file is executable. 尽管您可以使用Python甚至是Perl,但我们将...
- 2023-03-25 17:36韧小钊的博客 resource view suffixs #resource.view.suffixs=txt,log,sh,bat,conf,cfg,py,java,sql,xml,hql,properties,json,yml,yaml,ini,js # if resource.storage.type=HDFS, the user must have the permission to create ...
- 2020-12-19 04:26weixin_39566773的博客 一、apex是什么:混合精度什么用:提升GPU上的训练速度API文档:https://nvidia.github.io/apex使用要求:Python 3CUDA 9 or newerPyTorch 0.4 or newer. The CUDA and C++ extensions require pytorch 1.0 or newer...
- 没有解决我的问题, 去提问