c:\Python33>python.exe D:\program_python\module_setup\setups.py install
running install
running build
running build_py
running install_lib
**warning: install_lib: 'build\lib' does not exist -- no Python modules to in**
running install_egg_info
Removing c:\Python33\Lib\site-packages\find_elements_of_list-3.3.3-py3.3.eg
o
Writing c:\Python33\Lib\site-packages\find_elements_of_list-3.3.3-py3.3.egg我得到了这个错误(粗体),你能建议我(当我在python33中使用Windows8 -32位o/s时,以及在使用Red Hat Linux-6与Python2.6时)
c:\Python33>update modules list
'update' is not recognized as an internal or external command,
operable program or batch file.发布于 2014-08-17 20:07:36
您需要切换到应用程序的目录,然后运行该文件。
c:\Python33>cd D:\program_python\module_setup
c:\Python33>cd D:
D:\program_python\module_setup> C:\Python33\python.exe setup.py install发布于 2019-10-02 22:35:18
我不得不做两件事:
__init__.py (可以为空./main/setup.py ./main/setup/__init__.py
cmake (如果尚未安装)sudo apt-get install cmake
https://stackoverflow.com/questions/25347427
复制相似问题