Christian Roth
Christian Roth
I would be very interested in this functionality. Anything I can do that would help finish this up?
I don't remember where this definition came from, but feel a bit like I hacked this together when I was restructuring the docs, without knowing much of the history nor...
Looking a bit deeper into it, I think the root problem seems that the pytorch channel ships its own pytorch::ffmpeg, which is incompatible with conda-forge. When using strict channel-ordering (which...
related to: https://github.com/soedinglab/CCMpred/issues/17. Unfortunately, there is nobody developing CCMpred anymore, so the support I can provide is very limited.
I had a bit of time debugging this and in the end I traced the bug until here deep in the poetry code base: https://github.com/python-poetry/poetry/blob/1.1/poetry/repositories/legacy_repository.py#L118 ``` url = self.clean_link(urlparse.urljoin(self._url, href))...
I had some more time to play around, and removing '#' in this line together with the `--auth` parameter adds credentials back to the private pypi url, and conda-lock succeeds....
Good news and bad news: it seems that switching to the new-stye lockfiles works out of the box - however it seems, I tripped over a new problem: https://github.com/conda-incubator/conda-lock/issues/261.
I finally had some time to look into this again. I am somewhat sure that skipping lines starting with `#` here when adding the auth back is preventing auth being...
@mariusvniekerk any thoughts on this one? I am still interested in fixing this.
@kevinpauli, I personally did not get this to work, at least not for pytorch. I tried satisfying pytorch with conda-forge::pytorch-gpu and torch from pypi, both pinned down to patch, and...