Closed joeyplum closed 3 months ago
I just hit this issue too.
But after digging a bit more in the Gadgetron, it looks like memkind
isn't actually used (anymore?). Thus, we don't need the intel
channel anymore.
Seems this issues has been address in this commit. If no objections, we should close this issue.
I agree--looks to be solved now. Happy to close. Thank you both!
Hi gadgetron community,
Posting this here in case anybody else experiences a similar bug...
When installing the gadgetron environment from environment.yml using:
mamba env create -f environment.yml
,I experience the following problem:
The problem seems to be consistent as of early July with other conda users looking for the Intel channel: https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/td-p/1611876)
I haven't spent too long verifying if this is the case, but it appears that the Intel channel has been removed from conda. For the meantime, it may be possible to install the gadgetron environment without
intel
and subsequently,memkind
... but perhaps the community has some better ideas?Thanks!