★ tZTOKLIC02Z93YHLVDL:build tatsuro.homma$ pip3 install intelhex pylint pyserial Looking in indexes: https://pypip.$(my_company).net/simple ERROR: Could not find a version that satisfies the requirement intelhex (from versions: none) ERROR: No matching distribution found for intelhex ZTOKLIC02Z93YHLVDL:build tatsuro.homma$ pip show WARNING: ERROR: Please provide a package name or names. ★ ZTOKLIC02Z93YHLVDL:build tatsuro.homma$ pip list Package Version ---------- ------- pip 19.3.1 setuptools 39.0.1 ★ ZTOKLIC02Z93YHLVDL:build tatsuro.homma$ pip3 install pylint Looking in indexes: https://pypip.$(my_company).net/simple Collecting pylint Using cached https://pypip.$(my_company).net/simple/pylint/pylint-2.4.4-py3-none-any.whl Collecting isort<5,>=4.2.5 Using cached https://pypip.$(my_company).net/simple/isort/isort-4.3.21-py2.py3-none-any.whl Collecting mccabe<0.7,>=0.6 Using cached https://pypip.$(my_company).net/simple/mccabe/mccabe-0.6.1-py2.py3-none-any.whl Collecting astroid<2.4,>=2.3.0 Using cached https://pypip.$(my_company).net/simple/astroid/astroid-2.3.1-py3-none-any.whl Collecting wrapt==1.11.* Using cached https://pypip.$(my_company).net/simple/wrapt/wrapt-1.11.1-cp37-cp37m-macosx_10_13_x86_64.whl Collecting lazy-object-proxy==1.4.* Using cached https://pypip.$(my_company).net/simple/lazy-object-proxy/lazy_object_proxy-1.4.3-cp37-cp37m-macosx_10_13_x86_64.whl Collecting six==1.12 Using cached https://pypip.$(my_company).net/simple/six/six-1.12.0-py2.py3-none-any.whl Collecting typed-ast<1.5,>=1.4.0; implementation_name == "cpython" and python_version < "3.8" Using cached https://pypip.$(my_company).net/simple/typed-ast/typed_ast-1.4.0-cp37-cp37m-macosx_10_9_x86_64.whl Installing collected packages: isort, mccabe, wrapt, lazy-object-proxy, six, typed-ast, astroid, pylint Successfully installed astroid-2.3.1 isort-4.3.21 lazy-object-proxy-1.4.3 mccabe-0.6.1 pylint-2.4.4 six-1.12.0 typed-ast-1.4.0 wrapt-1.11.1 ★ ZTOKLIC02Z93YHLVDL:build tatsuro.homma$ pip3 install git+https://github.com/pyserial/pyserial.git Looking in indexes: https://pypip.$(my_company).net/simple Collecting git+https://github.com/pyserial/pyserial.git Cloning https://github.com/pyserial/pyserial.git to /private/var/folders/q0/g44k3tvx0t7cz98pw1f3tfhw0000gq/T/pip-req-build-0p322u5p Running command git clone -q https://github.com/pyserial/pyserial.git /private/var/folders/q0/g44k3tvx0t7cz98pw1f3tfhw0000gq/T/pip-req-build-0p322u5p Installing collected packages: pyserial Running setup.py install for pyserial ... done Successfully installed pyserial-3.4.1 ★ ZTOKLIC02Z93YHLVDL:build tatsuro.homma$ pip3 install git+https://github.com/python-intelhex/intelhex.git Looking in indexes: https://pypip.$(my_company).net/simple Collecting git+https://github.com/python-intelhex/intelhex.git Cloning https://github.com/python-intelhex/intelhex.git to /private/var/folders/q0/g44k3tvx0t7cz98pw1f3tfhw0000gq/T/pip-req-build-efse16hy Running command git clone -q https://github.com/python-intelhex/intelhex.git /private/var/folders/q0/g44k3tvx0t7cz98pw1f3tfhw0000gq/T/pip-req-build-efse16hy Installing collected packages: intelhex Running setup.py install for intelhex ... done Successfully installed intelhex-2.2.1 ZTOKLIC02Z93YHLVDL:build tatsuro.homma$ pip list Package Version ----------------- ------- astroid 2.3.1 intelhex 2.2.1 isort 4.3.21 lazy-object-proxy 1.4.3 mccabe 0.6.1 pip 19.3.1 pylint 2.4.4 pyserial 3.4.1 setuptools 39.0.1 six 1.12.0 typed-ast 1.4.0 wrapt 1.11.1