Open carynbear opened 9 months ago
Some machines are having issues with the package versions (esp torch and tensorflow). Let's keep track of the pdm.lock files that work on the different machines in this issue and eventually push this os-arch dependent lock files to the repo.
Macbook Pro 2020 Python 3.10.14
Had to specify torch==2.1.0
in pyproject.toml
Lockfile: mac-intel.pdm.lock.txt
pdm install --lockfile [lockfilepath]
You should be able to install from the lock file? I think?
But it didn't work when I installed using the lock file that is in the repo in the codespace. All is well when I deleted the lock file and then installed.
So please test and fix!