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

Unable to install Appium Python client. #100

Closed
Lisa-V-Sau opened this issue Aug 6, 2015 · 3 comments
Closed

Unable to install Appium Python client. #100

Lisa-V-Sau opened this issue Aug 6, 2015 · 3 comments

Comments

@Lisa-V-Sau
Copy link

Hi,

I've installed appium and would like to start using it with python scripts - although each time I try to install it via the steps given I am given this error:

"error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

[Errno 13] Permission denied: '/Library/Python/2.7/site-packages/test-easy-install-14834.pth'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

/Library/Python/2.7/site-packages/

Perhaps your account does not have write access to this directory? If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account. If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable."

Thanks,
Karbon62

@imurchie
Copy link
Contributor

This is a general Python problem. Can you install any packages from pip? I would suggest using a virtual environment in order to better control what is installed where.

@Lisa-V-Sau
Copy link
Author

I am currently having problems with installing pip also. Would updating Python help?

Thanks for helping.

@liushengjiezj
Copy link

You can try "pip install --user Appium-Python-Client".

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