Install issue, ModuleNotFoundError
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I am helping someone troubleshoot a PC issue when running Designer > Assisted Modeling or installing packages like ML_Tools_Installer.yxi or TestSetGenerator.yxi.
The error is:
ModuleNotFoundError: No module named 'ayx_learn'
This is the admin version and this folder does not exist
%PROGRAMFILES%\Alteryx\bin\Miniconda3\PythonTool_venv
Other computers are fine. We have tried uninstalling and re-installing but the error persists. Has anyone seen this error?
Solved! Go to Solution.
- Labels:
- Error Message
- Python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It is possible that some of the python libraries didn't install correctly on the original Designer install. Can you try running Alteryx.installPackages("ayx-learn") from a python tool while Alteryx is elevated as Administrator?
I think that this is the page for ayx-learn: https://pypi.org/project/ayx-learn/
If you still have issues after that it might be worth doing a reinstall of Designer (admin version if possible).
