gpt4 book ai didi

python - 导入没有空字节的模块时,出现 ValueError : source code string cannot contain null bytes

转载 作者:行者123 更新时间:2023-12-05 07:41:19 27 4
gpt4 key购买 nike

Python 没有导入模块!

marketing
├───__init__.py
├───analyzation\
│ ├───__init__.py
│ ├───analyzer.py
├───api\
├───test\
│ ├───test_res\ (not important)
│ ├───__init__.py
│ ├───test_analyzer.py

以上是我的文件夹结构。因此,在 analyzer.py 中,我有一个类 DataSet,除了从 pandas 中导入和在方法 中导入外,别无其他随机导入

test_analyzer.py 中,我有一个子类 unittest.TestCase。此脚本尝试测试正在导入的以下类:import marketing.analyzation.analyzer(不起作用)。错误信息如下:

Traceback (most recent call last):
File ".\test_analyzer.py", line 1, in <module>
import marketing.analyzation.analyzer
ValueError: source code string cannot contain null bytes

为了确保这不是一些愚蠢的 vim 错误,我重新输入了 analyzer.py。花了至少 2 个小时试图解决这个问题,又花了一个小时浏览 stackoverflow 和谷歌搜索,但到目前为止我什么也没想到。是因为 test_analyzer.py 在它自己的子模块中吗?

谢谢~~~

最佳答案

不要使用 powershell 创建 python 读取的文件。使用 Vim 来创建 __init__.py 文件。感谢评论者。

关于python - 导入没有空字节的模块时,出现 ValueError : source code string cannot contain null bytes,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45426922/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com