KevinMusgrave / pytorch-adapt

Domain adaptation made easy. Fully featured, modular, and customizable.
https://kevinmusgrave.github.io/pytorch-adapt/
MIT License
359 stars 15 forks source link

No module named pytorch_adapt #80

Closed chiragpr closed 2 years ago

chiragpr commented 2 years ago

I ran pip install pytorch-adapt but only to be stuck later as whenever I say "import pytorch_adapt" on the python shell (Linux) I am faced with this annoying error. Where am I going wrong?

chiragpr commented 2 years ago

Had an outdated python version.