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

when I run "pip3 install py-imessage", I got this. (normal when running install other package) #4

Open
fishmisswater opened this issue Jun 26, 2020 · 3 comments

Comments

@fishmisswater
Copy link

Collecting py-imessage
Downloading py-iMessage-1.7.tar.gz (6.3 kB)
ERROR: Command errored out with exit status 1:
command: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-HUY3wS/py-imessage/setup.py'"'"'; file='"'"'/private/tmp/pip-install-HUY3wS/py-imessage/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/tmp/pip-pip-egg-info-p6vHkC
cwd: /private/tmp/pip-install-HUY3wS/py-imessage/
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "/private/tmp/pip-install-HUY3wS/py-imessage/setup.py", line 13, in
with open (join(dirname(file), 'requirements.txt'), 'r') as f:
IOError: [Errno 2] No such file or directory: '/private/tmp/pip-install-HUY3wS/py-imessage/requirements.txt'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

my OS is MAC 10.15 , and I run it in vmware

@Rolstenhouse
Copy link
Owner

Hmm. Let me see if I can reproduce on my machine and figure it out.

You are going to run into issues using VMWare however, Apple often checks if a certain flag is set at the hardware level for the Messages App (unlike other pieces of software).

Are you able to send iMessages from the VMWare image already?

@fishmisswater
Copy link
Author

Yes, I'm running it in VMWare.

@sam-ghala
Copy link

sam-ghala commented Sep 2, 2020

I am also getting this issue, not using VMWare

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

3 participants