python
文章平均质量分 54
Asher_hly
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
运行打包python程序时报:无法启动此程序,因为计算机中丢失 api-ms-win-core-path-l1-1-0.dll 尝试重新安装该程序以解决此问题。
运行自己事先打包好的python可执行文件时,windows提示错误。原创 2023-05-19 14:27:54 · 8783 阅读 · 3 评论 -
Macos移植python项目到Windows小记
Mac上开发程序在Windows上打包成exe原创 2023-05-06 22:52:30 · 1796 阅读 · 0 评论 -
错误解决:ValueError: could not convert string to float ‘‘
错误解决:ValueError: could not convert string to float ‘’问题描述使用python运行SVM程序时,在读取数据文件的步骤出现了错误,具体报错如下:ValueError: could not convert string to float ''博主数据格式为txt格式,分为训练集和测试集。原来数据形式(举例子)为:-0.214824 0.662756 -1.000000-0.214824 0.662756 -1.000000-0.214824原创 2021-05-19 16:24:28 · 5042 阅读 · 0 评论
分享