Dear Dr Acciarini.I 'm having installation issues on Windows with the current environment.yml file. The PyTorch installation fails with DLL errors (fbgemm.dll not found). Could you provide a more detailed and stable environment configuration?
The current file lacks version specifications for key dependencies, which causes compatibility issues on Windows. A properly version-pinned environment.yml with explicit Python, PyTorch, and CUDA versions would greatly help.
Specifically, it would be helpful to have:
Python version pinned (3.10 is more stable than 3.12)
PyTorch version and CUDA version explicitly specified
All major dependencies version-pinned
Clear separation between conda and pip packages
Windows-specific dependencies included
This would make installation much more reliable across different systems.
Dear Dr Acciarini.I 'm having installation issues on Windows with the current environment.yml file. The PyTorch installation fails with DLL errors (fbgemm.dll not found). Could you provide a more detailed and stable environment configuration?
The current file lacks version specifications for key dependencies, which causes compatibility issues on Windows. A properly version-pinned environment.yml with explicit Python, PyTorch, and CUDA versions would greatly help.
Specifically, it would be helpful to have:
Python version pinned (3.10 is more stable than 3.12)
PyTorch version and CUDA version explicitly specified
All major dependencies version-pinned
Clear separation between conda and pip packages
Windows-specific dependencies included
This would make installation much more reliable across different systems.