Skip to content

import error #14

@xinlia

Description

@xinlia

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions