-
Notifications
You must be signed in to change notification settings - Fork 206
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
Conda packaging: env failure #390
Comments
I am trying -> This seems to work for conda-forge, their CI is passing. |
Pinging @AndreaVolkamer and @mbackenkoehler, could you please check with the DL team if the switch of channels still works fine for the DL talktorials? |
@PaulaKramer @joschka-gross @Old-Shatterhand can you comment on this? |
That's an interesting error. Intuitively, I would have said, it doesn't matter. To be on the safe side, adjust the CI/CD pipeline on GitHub and test it. But then I checked the actual conda-packages on their respective channels: conda-forge and PyTorch. They are not just copies of each other (as it is the case for RDKit, afaik). TL;DR: I'd update the CI/CD pipeline to conda-forge packages of PyTorch and rerun it. It will not work for Windows (as there is just no win-64 build of PyTorch on conda-forge), but I think on general Linux/MaxOS, this should not change the behavior of the notebooks. |
adressed in #394 |
We will continue to work on this, but will merge the post-release fixes for now. |
Conda packaging for 2023.05.2 fails due to
Full logs:
https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=717588&view=logs&jobId=656edd35-690f-5c53-9ba3-09c10d0bea97&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=e5c8ab1d-8ff9-5cae-b332-e15ae582ed2d
Ideas
pytorch
from thepytorch
channel.conda-forge
states: "As a general rule: all dependencies have to be packaged by conda-forge as well. This is necessary to assure ABI compatibility for all our packages." --- can we install the package from conda-forge channel instead? https://anaconda.org/conda-forge/pytorchThe text was updated successfully, but these errors were encountered: