在 Windows XP SP3 上安装 PySerial 2.6

发布于 2025-01-04 01:15:59 字数 531 浏览 0 评论 0原文

好的,我正在尝试在我的 Windows XP SP3 计算机上安装 PySerial 2.6。解压 PySerial 下载并运行 setup.py 文件后,出现此错误。

C:\PYSERIAL\dist\pyserial-2.6\setup.py
Traceback (most recent call last):
  File "C:\PYSERIAL\dist\pyserial-2.6\setup.py", line 44, in <module>
    open(os.path.join('serial', '__init__.py')).read()).group(1)
IOError: [Errno 2] No such file or directory: 'serial\\init_.py'

我没有看到问题所在。在与 setup.py 相同的目录中有一个名为“serial”的文件,并且

__init__.py

位于该文件内。那么出了什么问题呢?我坐在这里看着目录里的文件!

Ok, I am trying to install PySerial 2.6 on my windows XP SP3 machine. After having unpacked the PySerial download and running the setup.py file I get this error.

C:\PYSERIAL\dist\pyserial-2.6\setup.py
Traceback (most recent call last):
  File "C:\PYSERIAL\dist\pyserial-2.6\setup.py", line 44, in <module>
    open(os.path.join('serial', '__init__.py')).read()).group(1)
IOError: [Errno 2] No such file or directory: 'serial\\init_.py'

I don't see the problem. There is a file in the same directory as setup.py called 'serial' and

__init__.py

is inside that file. So whats going wrong? I'm sitting here looking at the file in the directory!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

提笔书几行 2025-01-11 01:15:59

我使用了

easy_install 

文件所在的 url,这一切都是自动处理的。

I used

easy_install 

and the url where the file was located, it was all taken care of automatically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文