Thanks for developing this method. I encountered an issue when I used "pip install -r requirements_torch.txt" with python 3.9. It seems the requirement of pandas (1.0.3) was not compatible with python 3.9. I tried with python 3.8 and the installation went fine.
Perhaps specifying the requirement of python version could be added to the documentation for future users.
Hi,
Thanks for developing this method. I encountered an issue when I used "pip install -r requirements_torch.txt" with python 3.9. It seems the requirement of pandas (1.0.3) was not compatible with python 3.9. I tried with python 3.8 and the installation went fine.
Perhaps specifying the requirement of python version could be added to the documentation for future users.
Cheers, Bowen