hyperdimensional-computing / torchhd

Torchhd is a Python library for Hyperdimensional Computing and Vector Symbolic Architectures
https://torchhd.readthedocs.io
MIT License
233 stars 24 forks source link

Add package to Conda #36

Closed mikeheddes closed 2 years ago

mikeheddes commented 2 years ago

We would like to make the package available on Conda under torchhd. I need some help from someone experienced with setting that up because I have not managed so far.

fabrizio-ottati commented 2 years ago

Hi! I am not able to find the package on conda. I also looked up the conda-forge channel, without success. Could you help me?

P.S. Thank you for the amazing work. I was tired of designing my own code from NumPy and PyTorch for my research :)

mikeheddes commented 2 years ago

Hi @fabhertz95 thanks for your comment! We are actively resolving an issue we had with our Conda package. I hope it will be working later today or early next week. Do you happen to have experience publishing to Conda? If so maybe you could help us. For now the library is available on PyPi. I will update this issue if I have more info.

fabrizio-ottati commented 2 years ago

Hi @mikeheddes! No, I do not have that kind of experience. However, I am a collaborator on another repository, where they have automatized the conda-forge pushing at every release creation. This is the link. I hope it helps :)

mikeheddes commented 2 years ago

I think I got it to work with Conda, you can now install the library also using conda install -c torchhd torchhd since version 2.2.2. Let me know if you are experiencing any issues.