Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ericb@lynnie nmigen]$ pip3 uninstall nmigen
- Uninstalling nmigen-0.2:
- Would remove:
- /home/ericb/.local/bin/nmigen-rpc
- /home/ericb/.local/lib/python3.7/site-packages/nmigen-0.2-py3.7.egg-info
- /home/ericb/.local/lib/python3.7/site-packages/nmigen/*
- Proceed (y/n)? y
- Successfully uninstalled nmigen-0.2
- [ericb@lynnie nmigen]$ pip3 install --user 'git+https://github.com/nmigen/nmigen.git#egg=nmigen'
- 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)
- Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from nmigen) (40.8.0)
- Requirement already satisfied: pyvcd>=0.1.4 in /home/ericb/.local/lib/python3.7/site-packages (from nmigen) (0.1.7)
- Requirement already satisfied: bitarray in /home/ericb/.local/lib/python3.7/site-packages (from nmigen) (1.4.2)
- Requirement already satisfied: Jinja2 in /home/ericb/.local/lib/python3.7/site-packages (from nmigen) (2.11.2)
- Requirement already satisfied: six in /home/ericb/.local/lib/python3.7/site-packages (from pyvcd>=0.1.4->nmigen) (1.15.0)
- Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib64/python3.7/site-packages (from Jinja2->nmigen) (1.1.1)
- [ericb@lynnie nmigen]$ pip3 show nmigen
- Name: nmigen
- Version: 0.1
- Summary: Python toolbox for building complex digital hardware
- Home-page: UNKNOWN
- Author: whitequark
- Author-email: [email protected]
- License: BSD
- Location: /home/ericb/.local/lib/python3.7/site-packages
- Requires: setuptools, pyvcd, bitarray, Jinja2
- Required-by: nmigen-soc, nmigen-boards, minerva, lambdasoc, luna
- [ericb@lynnie nmigen]$ pip3 uninstall nmigen
- Uninstalling nmigen-0.1:
- Would remove:
- /home/ericb/.local/lib/python3.7/site-packages/nmigen-0.1-py3.7.egg-info
- Proceed (y/n)? y
- Successfully uninstalled nmigen-0.1
- [ericb@lynnie nmigen]$ pip3 install --user 'git+https://github.com/nmigen/nmigen.git#egg=nmigen'
- Requirement already satisfied: nmigen from git+https://github.com/nmigen/nmigen.git#egg=nmigen in /home/ericb/build/litex/nmigen (0.3.dev147+gc75fa45)
- Collecting pyvcd~=0.2.2 (from nmigen)
- Using cached https://files.pythonhosted.org/packages/a1/cc/82f0bf496f3edd42770661a8c89ea245360246cc92854f075877ccf7f287/pyvcd-0.2.3-py2.py3-none-any.whl
- Requirement already satisfied: Jinja2~=2.11 in /home/ericb/.local/lib/python3.7/site-packages (from nmigen) (2.11.2)
- Requirement already satisfied: importlib_metadata in /home/ericb/.local/lib/python3.7/site-packages (from nmigen) (1.7.0)
- Requirement already satisfied: importlib_resources in /home/ericb/.local/lib/python3.7/site-packages (from nmigen) (3.0.0)
- Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib64/python3.7/site-packages (from Jinja2~=2.11->nmigen) (1.1.1)
- Requirement already satisfied: zipp>=0.5 in /home/ericb/.local/lib/python3.7/site-packages (from importlib_metadata->nmigen) (3.1.0)
- Installing collected packages: pyvcd
- Found existing installation: pyvcd 0.1.7
- Uninstalling pyvcd-0.1.7:
- Successfully uninstalled pyvcd-0.1.7
- Successfully installed pyvcd-0.2.3
- [ericb@lynnie nmigen]$ pip3 show nmigen
- Name: nmigen
- Version: 0.3.dev147+gc75fa45
- Summary: Python toolbox for building complex digital hardware
- Home-page: UNKNOWN
- Author: whitequark
- Author-email: [email protected]
- License: BSD
- Location: /home/ericb/build/litex/nmigen
- Requires: pyvcd, Jinja2, importlib-metadata, importlib-resources
- Required-by: nmigen-soc, nmigen-boards, minerva, lambdasoc, luna
Add Comment
Please, Sign In to add comment