-
-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
Type: Question ❔Question about implementation or some technical aspectQuestion about implementation or some technical aspect
Description
Description
When I execute the following program written in README.md,
import pydp as dp
from pydp.algorithms.laplacian import BoundedMean
x = BoundedMean(0.6, 1, 10)
x = BoundedMean(0.6)
x.quick_result(input_data)I have the following error.
File "/opt/homebrew/lib/python3.11/site-packages/pydp/__init__.py", line 1, in <module>
from .pydp import *
ImportError: dlopen(/opt/homebrew/lib/python3.11/site-packages/pydp/pydp.so, 0x0002): tried: '/opt/homebrew/lib/python3.11/site-packages/pydp/pydp.so' (not a mach-o file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/lib/python3.11/site-packages/pydp/pydp.so' (no such file), '/opt/homebrew/lib/python3.11/site-packages/pydp/pydp.so' (not a mach-o file)How to Reproduce
- Excute
pip3 install python-dp - Go to '.' (root directory)
- Copy the code in README.md (the above code)
- Execute it
Expected Behavior
The code will execute without an error.
System Information
- Processor: Apple M2 Max
- OS: macOS Ventura 13.0
- Language Version: Python 3.11.3
- Package Manager Version: pip3
Additional Context
I tried these commands , but execution of 'build_PyDP.sh' generated errors.
Metadata
Metadata
Assignees
Labels
Type: Question ❔Question about implementation or some technical aspectQuestion about implementation or some technical aspect