Lua-protobuf: "lua_protobuf" 不存在。

我在命令提示符中运行以下代码命令:

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(文件夹),其中包含两个.py文件

我直接从此页面下载它,我正在尝试让它起作用: https://github.com/indygreg/lua-protobuf

我对Python毫无经验,所以可能是一个简单的错误或者其他什么东西,但我不认为这是一个打字错误(但我不排除任何可能性)。如果我输入路径错误,它会返回“Errno 2 No such file or directory”。

有人能帮我解决这个问题吗?

点赞
用户204011
用户204011

lua-protobuf-master 目录中运行该命令(使用 cd 命令进入该目录)。

2014-05-12 21:22:53