Open tixianw opened 2 months ago
I am not sure I am following. I saw you update the pyproject.toml
file from torch version 2.4.0 to 2.0.0 (2c6b086). Is that the version you can run on Mac?
I check the torch
version on my Mac, it is 2.4.0. Here is the terminal output.
(fast_rod_reconstruction) hschang@wirelessprv-10-xxx-x-xxx FastRodReconstruction % python
Python 3.8.19 (default, Mar 20 2024, 15:27:52)
[Clang 14.0.6 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
>>> torch.__version__
'2.4.0'
When configure the packages, "make install" raises an error "Cannot install torch".
I then manually "pip install torch". The torch requirement is >=2.4.0. However, the "pip install torch" on this MacOS M2 laptop only installs up to version 2.2.2.
After run "pip install -e.", the code successfully run for both branch "the_old_main" and the origin main.