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

release on conda-forge or similar? #87

Closed
monicathieu opened this issue Aug 24, 2022 · 5 comments
Closed

release on conda-forge or similar? #87

monicathieu opened this issue Aug 24, 2022 · 5 comments
Assignees
Labels
feat new feature for the user

Comments

@monicathieu
Copy link
Contributor

Hi there,

Are there plans to release the package for conda installation through conda-forge or another channel? I would love to be able to conda install this package so it will track in my conda environments.

(My personal machine is on Mac OS, and I also work on a Linux server, so if I could put in requests for build OSs it would be those.)

thank you for your consideration!

@senysenyseny16
Copy link
Collaborator

hi Monica,

conda should track packages installed from PyPI (by pip), could you provide steps to reproduce your issue?

>>> conda activate ...
>>> pip install onnx2torch

>>> pip list | grep onnx2torch
onnx2torch              1.4.1

>>> conda list | grep onnx2torch
onnx2torch                1.4.1                    pypi_0    pypi

@monicathieu
Copy link
Contributor Author

Hi, yes! onnx2torch does appear as being sourced from PyPI when I conda list.

conda list | grep onnx2torch
onnx2torch                1.4.1                    pypi_0    pypi

I should have been a bit more specific--are there plans to release the package on a channel like conda-forge such that this works to install as well?

conda install -c conda-forge onnx2torch

Where possible, I've been trying to only use the conda-install-able versions of packages so that I don't accidentally overwrite a dependency for a pip-installed package by conda installing something else later. I'm just starting a new project so I definitely haven't yet discovered or installed all the packages I might need by this point!

@senysenyseny16
Copy link
Collaborator

senysenyseny16 commented Aug 26, 2022

Where possible, I've been trying to only use the conda-install-able versions of packages so that I don't accidentally overwrite a dependency for a pip-installed package by conda installing something else later. I'm just starting a new project so I definitely haven't yet discovered or installed all the packages I might need by this point!

got it, I think we can publish onnx2torch to conda-forge on the next week.

@senysenyseny16
Copy link
Collaborator

Monica,

we submitted PR for conda-forge: conda-forge/staged-recipes#20266, as soon as it is accepted you can install onnx2torch by using conda install -c conda-forge onnx2torch command.

Feel free to open new issues and good luck in your research.

@monicathieu
Copy link
Contributor Author

confirmed that it installed from the conda-forge channel! thank you again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat new feature for the user
Projects
None yet
Development

No branches or pull requests

3 participants