mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Command "python setup.py install" not work :-( #187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @paul-brain on GitHub (Jul 21, 2017).
python setup.py install
not work. error:
C:\DevTools\Python\python.exe: can't open file 'setup.py': [Errno 2] No such file or directory
@paul-brain commented on GitHub (Jul 21, 2017):
Python 3.6.2 (v3.6.2:5fd33b5, Jul 8 2017, 04:14:34) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
@joemoceri commented on GitHub (Aug 1, 2017):
I'm unable to reproduce this, and was able to do it successfully.
Make sure you're at the root project directory (reference), running:
@nicksay commented on GitHub (Aug 2, 2017):
@AksarWeb I've updated the documents in #578 to hopefully make it a bit clearer