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
I install this package on python 3.7.0 with pip install cobrakbase.
But when I import it import cobrakbase, an error happend.
c:\Users\vickenlee\AppData\Local\Programs\Python\Python37\lib\site-packages\cobrakbase\Workspace\WorkspaceClient.py in
10 # the following is a hack to get the baseclient to import whether we're in a
11 # package or not. This makes pep8 unhappy hence the annotations.
---> 12 from cobrakbase.Workspace.baseclient import BaseClient as _BaseClient
13 #try:
14 # # baseclient and this client are in a package
...
--> 678 raise KeyError(key) from None
679 return self.decodevalue(value)
680
KeyError: 'HOME'
The text was updated successfully, but these errors were encountered:
I install this package on python 3.7.0 with
pip install cobrakbase
.But when I import it
import cobrakbase
, an error happend.c:\Users\vickenlee\AppData\Local\Programs\Python\Python37\lib\site-packages\cobrakbase\Workspace\WorkspaceClient.py in
10 # the following is a hack to get the baseclient to import whether we're in a
11 # package or not. This makes pep8 unhappy hence the annotations.
---> 12 from cobrakbase.Workspace.baseclient import BaseClient as _BaseClient
13 #try:
14 # # baseclient and this client are in a package
...
--> 678 raise KeyError(key) from None
679 return self.decodevalue(value)
680
KeyError: 'HOME'
The text was updated successfully, but these errors were encountered: