我从命令提示符运行此代码命令:
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 带有两个.py文件的lua_protobuf(文件夹)
我直接从这个页面下载了它,我只是想让它工作: https://github.com/indygreg/lua-protobuf
我对Python没有任何经验,所以它可能是一个简单的错误或者其他什么,但我不认为这是一个错字(但我不排除任何东西)。如果我输入错误的路径,则返回“Errno 2 No such file or directory”。
任何人都可以帮我这个吗?
答案 0 :(得分:1)
从lua-protobuf-master
目录运行该命令(使用cd
到达目的地。)