cloudmesh / cloudmesh-cloud

Multicloud Cloudmesh Plugins for cloudmesh cmd5 CMD
https://cloudmesh.github.io/cloudmesh-manual
Apache License 2.0
2 stars 27 forks source link

azure instalation bug #319

Closed laszewsk closed 4 years ago

laszewsk commented 4 years ago

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'

laszewsk commented 4 years ago

gregor merged conflicting code