You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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.
>>>
The text was updated successfully, but these errors were encountered:
mac OS High Sierra v10.13.6
The text was updated successfully, but these errors were encountered: