tensorly / viz

Easy visualization and evaluation of matrix and tensor factorization models
https://tensorly.org/viz/
MIT License
16 stars 4 forks source link

ModuleNotFoundError: No module named 'tensorly' #5

Closed yiitozer closed 2 years ago

yiitozer commented 2 years ago

tensorly library doesn't seem to be a prerequisite of the pip package. I saw that this is available in the [docs] [test] sections. Maybe you can explicitly mention this in the readme.

MarieRoald commented 2 years ago

Hi @yiitozer, thank you for pointing this out! I updated the installation guide to give more detailed instructions for installing the different dependencies for the documentation and tests and updated the README to point to the installation guide. Do you think this helps to make it sufficiently clear? (Thanks to this issue, I also found a small bug in the _tl_utils module, which is now fixed).

yiitozer commented 2 years ago

alright, thanks!