-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
mac OS High Sierra v10.13.6
$ python DS1054Z_logger.py
Traceback (most recent call last):
File "DS1054Z_logger.py", line 11, in <module>
from msvcrt import kbhit, getch
ImportError: No module named msvcrt
$ sudo pip install msvcrt
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
The directory '/Users/eevaansheebkov/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/eevaansheebkov/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting msvcrt
Could not find a version that satisfies the requirement msvcrt (from versions: )
No matching distribution found for msvcrt
$ python
Python 2.7.10 (default, Oct 6 2017, 22:29:07)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
skot and fouadaoude
Metadata
Metadata
Assignees
Labels
No labels