Closed roaldarbol closed 8 months ago
Yes it fails, but you're also not supposed to use pytorch-nightly, but pytorch :) And conda-forge is only on arm64 mac, otherwise it would be defaults.
Perfect, works with normal pytorch channel on my end too. I'm old-school, still running Intel Mac. 😉
Describe the bug Trying to install with the conda command in the docs (
conda create -n beta --override-channels -c trex-beta -c pytorch-nightly -c conda-forge trex
) currently fails on Mac.To Reproduce
Computer (please complete the following information):
Additional context It seems to be conflicting package versions (isn't it always, oh the joys of packaging cool complex projects😅).