Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. (venv) thomas-mbp:Boneless-CPU me$ python3
  2. Python 3.7.4 (default, Jul 9 2019, 18:13:23)
  3. [Clang 10.0.1 (clang-1001.0.46.4)] on darwin
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> exit()
  6. (venv) thomas-mbp:Boneless-CPU me$ python3 setup.py test
  7. running test
  8. Searching for parse>=1.12
  9. Best match: parse 1.12.1
  10. Processing parse-1.12.1-py3.7.egg
  11.  
  12. Using /Users/me/projects/whitequark/Boneless-CPU/.eggs/parse-1.12.1-py3.7.egg
  13. Searching for nmigen
  14. Reading https://pypi.org/simple/nmigen/
  15. Couldn't find index page for 'nmigen' (maybe misspelled?)
  16. Scanning index of all packages (this may take a while)
  17. Reading https://pypi.org/simple/
  18. No local packages or working download links found for nmigen
  19. error: Could not find suitable distribution for Requirement.parse('nmigen')
  20. (venv) thomas-mbp:Boneless-CPU me$ python3 setup.py develop --user
  21. usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  22. or: setup.py --help [cmd1 cmd2 ...]
  23. or: setup.py --help-commands
  24. or: setup.py cmd --help
  25.  
  26. error: option --user not recognized
  27. (venv) thomas-mbp:Boneless-CPU me$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement