Skip to content

Instantly share code, notes, and snippets.

@DhruvaG2000
Last active August 15, 2020 07:04
Show Gist options
  • Save DhruvaG2000/59d9ddc92fa3d5516c4ac2315288a97e to your computer and use it in GitHub Desktop.
Save DhruvaG2000/59d9ddc92fa3d5516c4ac2315288a97e to your computer and use it in GitHub Desktop.
This error keeps coming but I a not able to find a solution to this online neither do I know the source of this error. maybe I am importing it wrong?
(torch) > $ python classifier.py [±master ●●]
Traceback (most recent call last):
File "classifier.py", line 3, in <module>
from Final import *
File "/home/dhruva/airpix/darknet/Final.py", line 8, in <module>
import darknet
File "/home/dhruva/airpix/darknet/darknet.py", line 127, in <module>
lib = CDLL("./libdark.so", RTLD_GLOBAL)
File "/home/dhruva/miniconda2/envs/torch/lib/python3.8/ctypes/__init__.py", line 373, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/dhruva/miniconda2/envs/torch/bin/../lib/libgio-2.0.so.0: undefined symbol: g_unix_get_passwd_entry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment