azure instalation bug
Closed this issue · 1 comments
this comes after i install the manual so looks like we may have a broken import somewhere
line 2449, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/Users/grey/Desktop/github/cloudmesh-community/cm/cloudmesh-cmd5/cloudmesh/shell/shell.py", line 163, in
Plugin.load()
File "/Users/grey/Desktop/github/cloudmesh-community/cm/cloudmesh-cmd5/cloudmesh/shell/shell.py", line 157, in load
commands = [getattr(importlib.import_module(mod), cls) for (mod, cls) in
File "/Users/grey/Desktop/github/cloudmesh-community/cm/cloudmesh-cmd5/cloudmesh/shell/shell.py", line 157, in
commands = [getattr(importlib.import_module(mod), cls) for (mod, cls) in
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "/Users/grey/Desktop/github/cloudmesh-community/cm/cloudmesh-azure/cloudmesh/azure/command/azure.py", line 4, in
from cloudmesh.azure.api.manager import Manager
ModuleNotFoundError: No module named 'cloudmesh.azure.api'
gregor merged conflicting code