Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

NameError: name 'lib_path' is not defined #22

Open
karaul opened this issue Aug 20, 2024 · 0 comments
Open

NameError: name 'lib_path' is not defined #22

karaul opened this issue Aug 20, 2024 · 0 comments

Comments

@karaul
Copy link

karaul commented Aug 20, 2024

Does not work

Shoud I compile myself (and how ?) in expelliarmus/src/ ?
e.g.
gcc -lm -fPIC -shared -o wizard.so wizard.c

Traceback (most recent call last):
File "/trinity/home/evotyakov/metavision/python/expelliarmus/read_disk.py", line 6, in
from expelliarmus import Wizard
File "/trinity/home/evotyakov/metavision/python/expelliarmus/expelliarmus/init.py", line 1, in
from .wizard.wizard import Wizard
File "/trinity/home/evotyakov/metavision/python/expelliarmus/expelliarmus/wizard/wizard.py", line 23, in
from expelliarmus.wizard.clib import c_cargos_t, events_cargo_t
File "/trinity/home/evotyakov/metavision/python/expelliarmus/expelliarmus/wizard/clib.py", line 31, in
clib = CDLL(str(lib_path))
NameError: name 'lib_path' is not defined

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

No branches or pull requests

1 participant