Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行 py.test 命令时出现错误。 在 tox 文件中,我设置了安装 pytest-bdd、PyDAQmx 和所有其他相关安装的 deps。 我的问题是 DAQmxConfig.py 文件(pydaqmx 安装附带)失败,因为我认为它找不到程序文件目录。 请参阅此处的代码:http: //pydoc.net/Python/PyDAQmx/1.3/PyDAQmx.DAQmxConfig/
错误截图如下:
在 tox.ini 文件中只写以下内容:
[testenv] setenv = PROGRAMFILES = C:\Program Files