/ckanext-files/ckanext/files_manager/collection.py:9:6 - error: Import "ckanext.ap_main.collection.base" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/collection.py:16:6 - error: Import "ckanext.collection.types" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/collection.py:17:6 - error: Import "ckanext.collection.utils" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/collection.py:18:6 - error: Import "ckanext.collection.utils.data.model" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/plugin.py:10:6 - error: Import "ckanext.collection.interfaces" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/views.py:12:6 - error: Import "ckanext.ap_main.utils" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/views.py:13:6 - error: Import "ckanext.collection.shared" could not be resolved (reportMissingImports)
Based on my google fu, I believe it's these two plugins, what is the min version that needs to be installed?
Issue:
This plugin can't compile on its own, it is Missing Imports;
Based on my google fu, I believe it's these two plugins, what is the min version that needs to be installed?
https://datashades.github.io/ckanext-admin-panel/
https://pypi.org/project/ckanext-admin-panel/
https://datashades.github.io/ckanext-collection/
https://pypi.org/project/ckanext-collection/