我从命令提示符中运行这个代码命令:
C:\Python34>python.exe c:/Users/Jefecito/Downloads/lua-protobuf-master/lua-proto
buf-master/setup.py install
running install
running bdist_egg
running egg_info
writing top-level names to lua_protobuf.egg-info\top_level.txt
writing requirements to lua_protobuf.egg-info\requires.txt
writing lua_protobuf.egg-info\PKG-INFO
writing dependency_links to lua_protobuf.egg-info\dependency_links.txt
warning: manifest_maker: standard file 'setup.py' not found
error: package directory 'lua_protobuf' does not exist它似乎开始了。我在文件夹中查看以验证是否存在所有内容,我可以看到:带有两个setup.py文件的lua_protobuf (文件夹)
我直接从这个页面下载了它,我只是想让它开始工作:https://github.com/indygreg/lua-protobuf
我对Python没有经验,所以这可能是一个容易出错的错误,但我不认为这是一个错误(但我不排除任何错误)。如果我输入路径错误,它返回"Errno 2没有这样的文件或目录“。
有人能帮我吗?
发布于 2014-05-12 21:22:53
从lua-protobuf-master目录中运行该命令(使用cd实现该命令)。
https://stackoverflow.com/questions/23618661
复制相似问题