Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't run on Mac OS #1

Open
khunpoum opened this issue Apr 5, 2019 · 0 comments
Open

can't run on Mac OS #1

khunpoum opened this issue Apr 5, 2019 · 0 comments

Comments

@khunpoum
Copy link

khunpoum commented Apr 5, 2019

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.
>>> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant