当我尝试在Windows pc上安装Gphoto2时出现错误。
我尝试按照https://pypi.org/project/gphoto2/中的说明进行安装,并从git clone https://github.com/jim-easterbrook/python-gphoto2.git下载zip,但没有成功。
该模块应该安装成功。
使用PYPI https://pypi.org/project/gphoto2/ 我尝试遵循并安装此模块,还从以下位置下载并安装zip: git clone https://github.com/jim-easterbrook/python-gphoto2.git
我遇到了很大的困难,任何建议或建议都将不胜感激。
C:\Users\Sam\Downloads\python-gphoto2-master\python-gphoto2-master> python setup.py install
ERROR: command "pkg-config --modversion libgphoto2" failed
该模块Gphoto2应该可以成功安装。
这是完整的错误说明:
C:\Users\Sam\Downloads\python-gphoto2-master\python-gphoto2-master>
python setup.py install ERROR: command "pkg-config --modversion
libgphoto2" failed Traceback (most recent call last): File "setup.py",
line 36, in <module> cmd, stderr=FNULL,
universal_newlines=True).split('.') File
"C:\python27\lib\subprocess.py", line 212, in check_output process =
Popen(stdout=PIPE, *popenargs, **kwargs) Windows: [Error 2] The system cannot find the file specified
答案 0 :(得分:0)
我是python-gphoto2的作者。
Python-gphoto2不应在Windows上运行。 PyPI页面(https://pypi.org/project/gphoto2/)显示了受支持的操作系统-与MacOS和POSIX兼容(例如Linux)。
我已经能够将其安装在MSYS2(http://www.msys2.org/)中,但是除非您让Windows使用libusb代替其相机的常规驱动程序,否则它没有用。