Oslandia / py3dtiles

:warning: Project migrated to : https://gitlab.com/py3dtiles/py3dtiles :warning:
https://py3dtiles.org
Other
215 stars 76 forks source link

I't trying to get a python application running on Windows and I get an ZMQError: Protocol not supported which is because ipc is not supported on windows. #37

Closed jiawenquan closed 4 years ago

jiawenquan commented 6 years ago
def zmq_process(activity_graph, projection, node_store, octree_metadata, folder, write_rgb, verbosity):
    context = zmq.Context()

    # Socket to receive messages on
    skt = context.socket(zmq.DEALER)
    skt.connect('ipc:///tmp/py3dtiles1')

So I hope ipcto be changed to tcp

chenaza commented 5 years ago

Hi,have you resovled this problem on windows?

autra commented 5 years ago

@chenaza if I'm not mistaken it's https://github.com/Oslandia/py3dtiles/pull/39. But this is waiting for @jiawenquan to address a couple of comment.

As it is nearly 1 year old, feel free to take over this PR.

chenaza commented 5 years ago

@autra Thank you for your answer!

radi2015 commented 5 years ago

@chenaza Hi Are you chinese?

delhomer commented 4 years ago

https://gitlab.com/Oslandia/py3dtiles/-/issues/37