You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got someone Pyads working on a Macbook with M1 processor? I receive the following error after installing Pyads:
import pyads
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyads/init.py", line 10, in
from .ads import (
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyads/ads.py", line 50, in
from .pyads_ex import (
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyads/pyads_ex.py", line 91, in
_adsDLL = ctypes.CDLL(adslib)
^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ctypes/init.py", line 376, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: dlopen(adslib.so, 0x0006): tried: 'adslib.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OSadslib.so' (no such file), '/usr/lib/adslib.so' (no such file, not in dyld cache), 'adslib.so' (no such file), '/usr/lib/adslib.so' (no such file, not in dyld cache)
The text was updated successfully, but these errors were encountered:
Currently, the Apple M series is not supported, unfortunately. This is being worked on, however this project is only worked on during the spare time of a few participants so we do not have a timeline for this feature.
Okay thank you for the info, no problem I will use Linux instead. Do you guys know if I will be able to use Pyads on my M1 if I run a Linux virtual machine?
Hi all,
Got someone Pyads working on a Macbook with M1 processor? I receive the following error after installing Pyads:
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyads/init.py", line 10, in
from .ads import (
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyads/ads.py", line 50, in
from .pyads_ex import (
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyads/pyads_ex.py", line 91, in
_adsDLL = ctypes.CDLL(adslib)
^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ctypes/init.py", line 376, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: dlopen(adslib.so, 0x0006): tried: 'adslib.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OSadslib.so' (no such file), '/usr/lib/adslib.so' (no such file, not in dyld cache), 'adslib.so' (no such file), '/usr/lib/adslib.so' (no such file, not in dyld cache)
The text was updated successfully, but these errors were encountered: