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

macOS Catalina, cannot install ponyd #213

Open
jbarros35 opened this issue Dec 13, 2019 · 2 comments
Open

macOS Catalina, cannot install ponyd #213

jbarros35 opened this issue Dec 13, 2019 · 2 comments

Comments

@jbarros35
Copy link

Guys do you have any solution for that?

ponyd serve --listen-interface=127.0.0.1
-bash: ponyd: command not found

@ktdolphin
Copy link

ktdolphin commented Jan 5, 2021

In case it helps others, I got it to work on Catalina by installing a Python 2 virtual environment (using miniconda, in my case) and tweaking setup.py to use the last Python2 compatible Tornado (5.1).

In my case:
conda create -n ponyd python=2.7
conda activate pony
Modify your setup.py to require Tornado==5.1 (install_requires=['tornado**==5.1**', 'pybonjour==1.1.1']).
python setup.py install

@ikrom92
Copy link

ikrom92 commented Sep 8, 2021

Check this answer:
#217 (comment)

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