Guest User

Untitled

a guest
Jul 31st, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. [ericb@lynnie nmigen]$ pip3 uninstall nmigen
  2. Uninstalling nmigen-0.2:
  3. Would remove:
  4. /home/ericb/.local/bin/nmigen-rpc
  5. /home/ericb/.local/lib/python3.7/site-packages/nmigen-0.2-py3.7.egg-info
  6. /home/ericb/.local/lib/python3.7/site-packages/nmigen/*
  7. Proceed (y/n)? y
  8. Successfully uninstalled nmigen-0.2
  9.  
  10.  
  11. [ericb@lynnie nmigen]$ pip3 install --user 'git+https://github.com/nmigen/nmigen.git#egg=nmigen'
  12. Requirement already satisfied: nmigen from git+https://github.com/nmigen/nmigen.git#egg=nmigen in /home/ericb/.local/lib/python3.7/site-packages (0.1)
  13. Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from nmigen) (40.8.0)
  14. Requirement already satisfied: pyvcd>=0.1.4 in /home/ericb/.local/lib/python3.7/site-packages (from nmigen) (0.1.7)
  15. Requirement already satisfied: bitarray in /home/ericb/.local/lib/python3.7/site-packages (from nmigen) (1.4.2)
  16. Requirement already satisfied: Jinja2 in /home/ericb/.local/lib/python3.7/site-packages (from nmigen) (2.11.2)
  17. Requirement already satisfied: six in /home/ericb/.local/lib/python3.7/site-packages (from pyvcd>=0.1.4->nmigen) (1.15.0)
  18. Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib64/python3.7/site-packages (from Jinja2->nmigen) (1.1.1)
  19.  
  20.  
  21. [ericb@lynnie nmigen]$ pip3 show nmigen
  22. Name: nmigen
  23. Version: 0.1
  24. Summary: Python toolbox for building complex digital hardware
  25. Home-page: UNKNOWN
  26. Author: whitequark
  27. Author-email: [email protected]
  28. License: BSD
  29. Location: /home/ericb/.local/lib/python3.7/site-packages
  30. Requires: setuptools, pyvcd, bitarray, Jinja2
  31. Required-by: nmigen-soc, nmigen-boards, minerva, lambdasoc, luna
  32.  
  33.  
  34. [ericb@lynnie nmigen]$ pip3 uninstall nmigen
  35. Uninstalling nmigen-0.1:
  36. Would remove:
  37. /home/ericb/.local/lib/python3.7/site-packages/nmigen-0.1-py3.7.egg-info
  38. Proceed (y/n)? y
  39. Successfully uninstalled nmigen-0.1
  40.  
  41.  
  42. [ericb@lynnie nmigen]$ pip3 install --user 'git+https://github.com/nmigen/nmigen.git#egg=nmigen'
  43. Requirement already satisfied: nmigen from git+https://github.com/nmigen/nmigen.git#egg=nmigen in /home/ericb/build/litex/nmigen (0.3.dev147+gc75fa45)
  44. Collecting pyvcd~=0.2.2 (from nmigen)
  45. Using cached https://files.pythonhosted.org/packages/a1/cc/82f0bf496f3edd42770661a8c89ea245360246cc92854f075877ccf7f287/pyvcd-0.2.3-py2.py3-none-any.whl
  46. Requirement already satisfied: Jinja2~=2.11 in /home/ericb/.local/lib/python3.7/site-packages (from nmigen) (2.11.2)
  47. Requirement already satisfied: importlib_metadata in /home/ericb/.local/lib/python3.7/site-packages (from nmigen) (1.7.0)
  48. Requirement already satisfied: importlib_resources in /home/ericb/.local/lib/python3.7/site-packages (from nmigen) (3.0.0)
  49. Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib64/python3.7/site-packages (from Jinja2~=2.11->nmigen) (1.1.1)
  50. Requirement already satisfied: zipp>=0.5 in /home/ericb/.local/lib/python3.7/site-packages (from importlib_metadata->nmigen) (3.1.0)
  51. Installing collected packages: pyvcd
  52. Found existing installation: pyvcd 0.1.7
  53. Uninstalling pyvcd-0.1.7:
  54. Successfully uninstalled pyvcd-0.1.7
  55. Successfully installed pyvcd-0.2.3
  56.  
  57.  
  58. [ericb@lynnie nmigen]$ pip3 show nmigen
  59. Name: nmigen
  60. Version: 0.3.dev147+gc75fa45
  61. Summary: Python toolbox for building complex digital hardware
  62. Home-page: UNKNOWN
  63. Author: whitequark
  64. Author-email: [email protected]
  65. License: BSD
  66. Location: /home/ericb/build/litex/nmigen
  67. Requires: pyvcd, Jinja2, importlib-metadata, importlib-resources
  68. Required-by: nmigen-soc, nmigen-boards, minerva, lambdasoc, luna
  69.  
Add Comment
Please, Sign In to add comment