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

Apple Mac M Series processor support #439

Open
rudy93 opened this issue Dec 4, 2024 · 3 comments
Open

Apple Mac M Series processor support #439

rudy93 opened this issue Dec 4, 2024 · 3 comments

Comments

@rudy93
Copy link

rudy93 commented Dec 4, 2024

Hi all,

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)

@chrisbeardy chrisbeardy changed the title Pyads not working on MAC osx with M1 processor Apple Mac M Series processor supprt Dec 5, 2024
@chrisbeardy chrisbeardy changed the title Apple Mac M Series processor supprt Apple Mac M Series processor support Dec 5, 2024
@chrisbeardy
Copy link
Collaborator

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.

@rudy93
Copy link
Author

rudy93 commented Dec 5, 2024

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?

@chrisbeardy
Copy link
Collaborator

Not sure, give it a go.

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

No branches or pull requests

2 participants