Command "python setup.py install" not work :-( #187

Closed
opened 2026-01-29 20:39:28 +00:00 by claunia · 3 comments
Owner

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

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
Author
Owner

@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.

python setup.py install
File "", line 1
python setup.py install
^
SyntaxError: invalid syntax

@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. >>> python setup.py install File "<stdin>", line 1 python setup.py install ^ SyntaxError: invalid syntax
Author
Owner

@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:

python setup.py install
@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](https://github.com/google/brotli/blob/master/python/README.md)), running: ```bash python setup.py install ```
Author
Owner

@nicksay commented on GitHub (Aug 2, 2017):

@AksarWeb I've updated the documents in #578 to hopefully make it a bit clearer

@nicksay commented on GitHub (Aug 2, 2017): @AksarWeb I've updated the documents in #578 to hopefully make it a bit clearer
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#187