0rpc / zerorpc-python

zerorpc for python
http://www.zerorpc.io
Other
3.17k stars 378 forks source link

request for an anaconda package #237

Closed pushkarnimkar closed 2 weeks ago

pushkarnimkar commented 3 years ago

Most of the conda packages for zerorpc are from smaller projects. Such as:

These are not timely updated and painful at times. Do we have an official conda channel? What's the easy way to install through conda?

gabrielgrant commented 3 years ago

Conda supports installing pip packages within a conda environment. So for the moment you should just be able to do:

conda install pip
pip install zerorpc

The downside is that this doesn't take advantage of conda to ease the installation of libev (for gevent) and libzmq (for pyzmq), if those are causing problems

whophil commented 2 years ago

I'm late to the party here, but I would be happy to create a package for this project on conda-forge.

If there are any maintainers of this project would also be willing to be listed as maintainers on that conda-forge recipe, please let me know.