google / google/openhtf

cambrionix import error

Open
#639 0 comments 0 reactions 1 assignee Claimed by @jettisonjoe View on GitHub
Dominant language
Python
Stars
722
Forks
237
Avg merge
11h 31m
Merged PRs (30d)
4

Description

This looks looks like it might be a circular import problem:

```pytb
$ python -c 'import openhtf.plugs.cambrionix'
Traceback (most recent call last):
File "", line 1, in
File "openhtf/plugs/cambrionix/__init__.py", line 17, in
from openhtf.plugs.usb import local_usb
File "openhtf/plugs/usb/__init__.py", line 39, in
from openhtf.plugs import cambrionix
ImportError: cannot import name cambrionix
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.