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

Fix webdriver path reference for MacOS platform #43

Open
aphadke77 opened this issue Mar 9, 2019 · 6 comments
Open

Fix webdriver path reference for MacOS platform #43

aphadke77 opened this issue Mar 9, 2019 · 6 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@aphadke77
Copy link

I am getting error when try to install

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/p6/wt1cs86d64d7l8mcnbcd70b00000gn/T/pip-install-je4i67ev/PyAutoGUI/

@aphadke77
Copy link
Author

MAC OS mojovo

@eikden
Copy link

eikden commented Mar 30, 2019

I having this issue in my MAC OS as well. Anyone solve this?

@dkatz23238
Copy link

According to the documentation Mac OS is not officially supported. You can either try setting up a virtual machine or deploy a virtual desktop on a website like https://www.paperspace.com (they have great cheap windows 10 virtual desktops) to run and create RPA's.

@hwiorn
Copy link

hwiorn commented Aug 28, 2019

If you on mac, you need pyobjc-core and pyobjc modules to install automagica.

Try the following.

pip install pyobjc-core pyobjc
pip install git+https://github.com/OakwoodAI/Automagica.git

pip install automagica gives ... satisfies the requirement pywin32==223 ... error on macOS(mojave and high sierra) with anaconda3. So i installed directly from github repo.

chrome webbrowser is not working currently. because activities.py has wrong webdriver path.

@koenvaneijk
Copy link
Contributor

@hwiorn feel free to include a pull request. I currently do not have access to a MacOSX machine to test this... Any help here would be greatly appreciated by the community.

@koenvaneijk
Copy link
Contributor

Issue falsely closed. Re-opening.

@koenvaneijk koenvaneijk changed the title Install gives error Fix webdriver path reference for MacOSX platform Apr 3, 2020
@koenvaneijk koenvaneijk added the bug Something isn't working label Apr 3, 2020
@koenvaneijk koenvaneijk added the help wanted Extra attention is needed label Sep 7, 2020
@koenvaneijk koenvaneijk changed the title Fix webdriver path reference for MacOSX platform Fix webdriver path reference for MacOS platform Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants