-
Notifications
You must be signed in to change notification settings - Fork 5
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
Dependency issues on Windows with ZMQ #10
Comments
What happens if you run it after running \`poetry install tornado\` from the windows environment?
|
I had to do
|
Tests now working on windows!
|
This is strange. You shouldn't need tornado. Wonder if it's a pyzmq bug. Will look into it.
|
It only failed on Windows. Who does dev or hosting on Windoze anyway? |
The CLI on windows is a legitimate use case for the average joe podcaster who just wants to send an update when they publish a new episode.
|
I know... The answer "get a real computer" isn't too helpful. I also tried to create an exe but I can see that is a bit more of an art than I'm ready to tackle. It does run on windows once trafalgar is there. I have no idea what that is I didn't even look. |
Brian, could you test the CLI install on Windows again with I figured adding some mitigating factors at least helps, and feel we should push people toward docker/WSL if they really want to run the server. But I'm not against hunting this down if there is interest. |
I'll give it a try later today! |
It works! no errors apart from needing to add Scripts to my windows path. All I did was run the |
Spoke too soon.... Beem error after putting in the pasword.
However if one gives the password on the command line it works but fails again with zmq error later:
|
Trying to run from the source code on Windows gives the following dependency problems only in the ZMQ section.
This is not an issue for Mac or Ubuntu so far in my testing.
The application, however, will still send a single URL using the
podping write https://urlhere.com
The text was updated successfully, but these errors were encountered: