conda / menuinst

Cross platform menu item installation
https://conda.github.io/menuinst/
BSD 3-Clause "New" or "Revised" License
36 stars 42 forks source link

ImportError: No module named 'menuinst.winshortcut' #71

Closed vitorsr closed 4 years ago

vitorsr commented 6 years ago

Similar as Issue #16.

I was trying to conda install a module that only has py36 support so conda had to also downgrade Python from 3.7 to 3.6 in the same batch.

Upon attempting I got the exact same error as described by #16.

It was on a clean Miniconda3-latest-Windows-x86_64 install on Windows 10.

I solved it by downgrading conda install conda python=3.6 first then continuing to install stuff.

github-actions[bot] commented 2 years ago

Hi there, thank you for your contribution!

This issue has been automatically locked because it has not had recent activity after being closed.

Please open a new issue if needed.

Thanks!