尝试安装micropython-termios 0.0.0

时间:2018-11-23 06:27:22

标签: python cmd pip install

嗨,我正在尝试安装micropython-termios 0.0.0,但是当我使用pip时,它会吐出以下内容(我在WINDOWS 10中使用了Admin CMD)

C:\WINDOWS\system32>pip install micropython-termios
Collecting micropython-termios
  Using cached https://files.pythonhosted.org/packages/fd/0e/3de9bc2c848adadcd3af4b7fd67d4c483acd87a76974a00f107a589cfcc0/micropython-termios-0.0.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "c:\program files (x86)\python36-32\lib\tokenize.py", line 452, in open
        buffer = _builtin_open(filename, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Michael\\AppData\\Local\\Temp\\pip-install-56w335sf\\micropython-termios\\setup.py'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Michael\AppData\Local\Temp\pip-install-56w335sf\micropython-termios\

我如何(1.)摆脱此消息。 (2.)安装micropython-termios

1 个答案:

答案 0 :(得分:0)

来自https://pypi.org/project/micropython-termios/#description

«这是MicroPython标准库模块的 dummy 实现。»(由我强调-phd)。

该模块根本不适合安装。