You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After linking development plugins using: mklink /j <link> <target > , to ../etc/microdrop/plugins/enabled
future plugins fail to install.
(<type 'exceptions.IOError'>, IOError('Plugin `microdrop.dmf-device-ui-plugin` not found in `A:\\Development\\Miniconda\\envs\\microdrop\\etc\\microdrop\\plugins\\available` or `A:\\Development\\Miniconda\\envs\\microdrop\\share\\microdrop\\plugins\\available`',), <traceback object at 0x0AF06800>) {}
File "A:\Development\Miniconda\envs\microdrop\lib\site-packages\microdrop\gui\plugin_manager_dialog.py", line 110, in _plugin_download_dialog
result_i = self.controller.download_and_install_plugin(plugin_i)
File "A:\Development\Miniconda\envs\microdrop\lib\site-packages\microdrop\gui\plugin_manager_controller.py", line 334, in download_and_install_plugin
mpm.api.enable_plugin(package_name)
File "A:\Development\Miniconda\envs\microdrop\lib\site-packages\mpm\api.py", line 406, in enable_plugin
.format(name_i, *available_paths))
The text was updated successfully, but these errors were encountered:
After linking development plugins using:
mklink /j <link> <target >
, to ../etc/microdrop/plugins/enabledfuture plugins fail to install.
The text was updated successfully, but these errors were encountered: