Closed novitae closed 2 years ago
Hello, I can't import xal from the lib ...
xal
I have no idea why it is doing this, even when placing
from . import manager, models, xal
in xbox.webapi.authentication.__init__.py it doesn't work
xbox.webapi.authentication.__init__.py
ok it is simply because the pip version is not synced on the GitHub version, install it from the cloned version to avoid this error.
Hello, I can't import
xal
from the lib ...I have no idea why it is doing this, even when placing
in
xbox.webapi.authentication.__init__.py
it doesn't work