-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Perspective Python install failure - MacOS Catalina #938
Comments
Firstly it couldn't find a bunch of libs (pyarrow, pybind11, boost, tbb). But after that it generated a different error, it doesn't look trivial for me. Maybe it is somehow related to C++ compiling. Here is the latest traceback:
Also, here is a full pip install log: |
@oshyshkin theres no compilation errors, this looks like it might have gone OOM. Can you send details about your env:
|
@timkpaine here is it
|
@oshyshkin are you able to use the wheel from version
Also saw this in the logs:
Did you also run |
@sc1f ah yep that looks like its probably it |
@sc1f Thank you all for help! |
That was fixed by #927 and will be in the next release |
Closing as this will be resolved by:
|
Still getting this on ERROR: Failed building wheel for perspective-python |
@fariszaher you've provided no information about your build system, no logs, nothing useful for diagnosing the problems you're encountering. |
You don't have the required build dependencies installed, follow the docs for developer build: https://perspective.finos.org/docs/md/development.html |
@oshyshkin
Hi, I have the same issue on MacOS Catalina (10.15.3), Python 3.7.3, venv.
However, an error slightly different:
Cmake:
Any ideas?
The text was updated successfully, but these errors were encountered: