Personal preference

相关文章
Algorithm:Algorithm的进阶之路

目录

程序猿成长之路

Personal

历史问题记录


程序猿成长之路

Personal

1、C:\Users\99386\AppData\Local\kingsoft\WPS Cloud Files\userdata\qing\filecache\jazve的云文档\knowledge

历史问题记录

20180608未解决问题:ModuleNotFoundError: No module named 'yolo3'

20180701-1153

Traceback (most recent call last):File "CV Detection Smiling Sex bakup\CV_Object.py", line 205, in on_pushButton_9_clickedFile "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_moduleexec(bytecode, module.__dict__)File "CV Detection Smiling Sex bakup\utils\datasets.py", line 1, in <module>File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_moduleexec(bytecode, module.__dict__)File "scipy\io\__init__.py", line 97, in <module>File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_moduleexec(bytecode, module.__dict__)File "scipy\io\matlab\__init__.py", line 13, in <module>File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_moduleexec(bytecode, module.__dict__)File "scipy\io\matlab\mio.py", line 12, in <module>File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_moduleexec(bytecode, module.__dict__)File "scipy\io\matlab\miobase.py", line 22, in <module>File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_moduleexec(bytecode, module.__dict__)File "scipy\misc\__init__.py", line 68, in <module>File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_moduleexec(bytecode, module.__dict__)File "scipy\interpolate\__init__.py", line 175, in <module>File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_moduleexec(bytecode, module.__dict__)File "scipy\interpolate\interpolate.py", line 20, in <module>File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_moduleexec(bytecode, module.__dict__)File "scipy\linalg\__init__.py", line 190, in <module>File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_moduleexec(bytecode, module.__dict__)File "scipy\linalg\misc.py", line 5, in <module>File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_moduleexec(bytecode, module.__dict__)File "scipy\linalg\blas.py", line 214, in <module>File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 714, in load_modulemodule = loader.load_module(fullname)
ImportError: DLL load failed: 找不到指定的模块。

180703更改环境变量使用Anaconda,删除原先路径,新添加两条路径
F:\Program Files\Python\Python36
F:\Program Files\Python\Python36\Scripts
F:\Program Files\Python\Python36\Lib\site-packages
F:\Program Files\Python\Python36\Lib\site-packages\numpy
F:\Program Files\Python\Python36\Lib\site-packages\numpy\core
F:\Program Files\Python\Python36\Lib\site-packages\idna
F:\Program Files\Python\Python36\Lib\site-packages\keras_yolo3\keras-yolo3

F:\Program_Files\Anaconda\python
F:\Program_Files\Anaconda\Scripts
F:\Program_Files\Anaconda\Lib\site-packages


180703-22:卸载又重新安装!

180704 1019


180704 1122未加scipy的环境变量之前

180704 1148 降低cython库

180704项目总结F:\File_Python\Python_GUI\CV Detection Smiling Sex no voice
遇到的第一个问题:
成功解决module = loader.load_module(fullname) ImportError: DLL load failed: 找不到指定的模块。
T3、问题原因是numpy没找到支持blas的库。
(1)先下载numpy+mkl
(2)并添加到环境变量里面F:\Program Files\Python\Python36\Lib\site-packages\numpy\core
遇到的第二个问题
成功解决AttributeError: type object 'scipy.interpolate.interpnd.array' has no attribute '__reduce_cython
问题解决:yeah ! 降低版本version scipy-0.19.1-py3.6.egg-info

MLDL常用小工具集合

Personal preference相关推荐

  1. react引入多个图片_重新引入React:v16之后的每个React更新都已揭开神秘面纱。

    react引入多个图片 In this article (and accompanying book), unlike any you may have come across before, I w ...

  2. vue和react相同点_我在React和Vue中创建了相同的应用程序。 这是区别。

    vue和react相同点 by Sunil Sandhu 由Sunil Sandhu 我在React和Vue中创建了相同的应用程序. 这是区别. (I created the same app in ...

  3. java web开发初学_2018年学习Web开发的绝对初学者指南

    java web开发初学 This post was originally published on Coder-Coder.com. 该帖子最初发布在Coder-Coder.com上 . If yo ...

  4. 版本控制(译文)-5 (连载)

    译:只是路过 Chapter 5: Working Folders 第五章:工作目录 This is part of an online book called Source Control HOWT ...

  5. JavaScript中的常量:什么时候使用它,有必要吗?

    本文翻译自:Const in JavaScript: when to use it and is it necessary? I've recently come across the const k ...

  6. 我应该在CSS中使用px或rem值单位吗?

    本文翻译自:Should I use px or rem value units in my CSS? I am designing a new website and I want it to be ...

  7. The Power of Ten – Rules for Developing Safety Critical Code

    New Horizon 探测器的代码就是 JPL 写的,真厉害 http://pixelscommander.com/wp-content/uploads/2014/12/P10.pdf Gerard ...

  8. select,poll,epoll区别。

    1,select的用法 fd_set fd_in, fd_out; struct timeval tv;// Reset the sets FD_ZERO( &fd_in ); FD_ZERO ...

  9. The Best Way to Export an SVG from Sketch

    And what you should know before using Copy SVG Code. Exporting an SVG file from Sketch is easy-but t ...

最新文章

  1. Oracle_052_lesson_p9
  2. Pix2Pix Z图像翻译系统(自制)
  3. C及opencv指针释放问题
  4. 局域网linux唤醒windows,局域网唤醒 (WOL - Wake on LAN) | 远程启动计算机- ManageEngine OpUtils...
  5. java 网络编程学习笔记
  6. jboss:在standalone.xml中设置系统属性(system-properties)
  7. oracle中批量修改表,Oracle 批量修改某个用户下表的表空间
  8. Xgboost通俗理解和总结
  9. Ubuntu 14.04 安装xvid编码器
  10. 智能车四轮组打工日记(二)——单电机驱动硬件设计
  11. SAP 采购订单入库——库存查询
  12. paypal开发整理(7)—Get Start
  13. git:info: detecting host provider for ‘https://gitee.com/‘...
  14. webpack 5高级配置优化
  15. MFC中VC6.0工程项目中文乱码的显示处理
  16. 心通达OA系统的研发源自2001年,距今已有21年的历史沉淀
  17. 关于 Github.io 域名访问遭拒解决记录
  18. 联想m415节能产品认证证书_节能认证
  19. 余额宝好不好?余额宝利息是多少?
  20. 深度学习——误差反向传播法

热门文章

  1. java文件放桌面怎么运行不了,不可能使用Java桌面在网络上启动文件吗?
  2. 英特尔核芯显卡控制面板没有了_【有趣】第41期:被英特尔取消发售的CPU长啥样?...
  3. vysor原理以及Android同屏方案
  4. jquery checkbox attr区别prop
  5. Spring MVC源码解析
  6. [EF Core]数据迁移(二)
  7. 图的割点(边表集实现)
  8. IIS Permissions
  9. 我为什么选择在北上广深打拼?
  10. 编程语言圣经(卷一)