torch-two-sample
torch-two-sample copied to clipboard
ModuleNotFoundError: No module named 'torch_two_sample.permutation_test'
I receive this error while trying to do this:
from torch_two_sample import SmoothFRStatistic
There was no error in the installation. Inside the torch_to_sample folder, I noticed that there is a permutation_test.pyx file, but not a .py file.
The complete stack trace:
Traceback (most recent call last):
File "
Running the setup & install per the readme file solved this issue for me, to quote from the readme:
Installation
After installing PyTorch, you can install the package with:
python setup.py install
Testing
To run the tests you simply have to run:
python setup.py test
It seems that I have to download xcode for this in order to work. Is that necessary or are other ways to use this package?