Swin-Transformer icon indicating copy to clipboard operation
Swin-Transformer copied to clipboard

No module named 'tutel'

Open EnricoBeltramo opened this issue 2 years ago • 4 comments

I followed install instruction, but in eval phase I have follow error: No module named 'tutel'

how to install that module?

EnricoBeltramo avatar Jun 09 '22 12:06 EnricoBeltramo

python3 -m pip uninstall tutel -y 
python3 -m pip install --user --upgrade git+https://github.com/microsoft/tutel@main

saeedrafieyan avatar Jun 09 '22 23:06 saeedrafieyan

cannot install 'tutel'

YangQiangli avatar Jun 24 '22 05:06 YangQiangli

Hi @EnricoBeltramo, thanks for pointing this. We have fixed it https://github.com/microsoft/Swin-Transformer/pull/228. If you want to use Swin-MoE, please refer to get_started.md#mixture-of-experts-support for more instructions, if not, please just ignore it.

zeliu98 avatar Jun 25 '22 15:06 zeliu98

How to install “tutel” at a environment of Anaconda? I have tied to use "python -m pip install --user --upgrade git+https://github.com/microsoft/tutel@main" on my env of Anaconda.However, this command make tutel installled on origin python(3.9) of my system,but Anaconda. I had installed Microsoft C++14 tool and other required packs.

Lurnco avatar Jul 10 '22 15:07 Lurnco