Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem using on mac #1

Open
chessychev opened this issue Jun 18, 2017 · 1 comment
Open

Problem using on mac #1

chessychev opened this issue Jun 18, 2017 · 1 comment

Comments

@chessychev
Copy link

I installed once with pip and once, as advised, manually. In both cases, after a successful installation, I get the following error when importing:

File "main.py", line 1, in <module> import quirc File "/Users/Daniel/Library/Python/2.7/lib/python/site-packages/quirc/__init__.py", line 8, in <module> import api File "/Users/Daniel/Library/Python/2.7/lib/python/site-packages/quirc/api/__init__.py", line 6, in <module> from functions import * File "/Users/Daniel/Library/Python/2.7/lib/python/site-packages/quirc/api/functions.py", line 18, in <module> version = libquirc.quirc_version File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 375, in __getattr__ func = self.__getitem__(name) File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 380, in __getitem__ func = self._FuncPtr((name_or_ordinal, self)) AttributeError: dlsym(RTLD_DEFAULT, quirc_version): symbol not found

I understand that this a problem that is not specific for this library, but was not able to overcome it. Thanks in advance for your help.

@josiahcoad
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants