Skip to content

Pysus not finding _readdbc #10

@LucasMMota

Description

@LucasMMota

I'm getting this error when trying to use function read_dbc():

Traceback (most recent call last):
  File "../download.py", line 3, in <module>
    from pysus.utilities.readdbc import read_dbc
  File "/Users/lucas/Monografia/datasus-data-extractor/src-virtualenv-datasus/lib/python3.7/site-packages/pysus/utilities/readdbc.py", line 12, in <module>
    from pysus.utilities._readdbc import ffi, lib
ModuleNotFoundError: No module named 'pysus.utilities._readdbc'

I've already installed cffi.
I also have the files _readdbc.c, _readdbc.cpython-37m-darwin.so and _readdbc.o on the pysus/utilities/.

What could it be?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions