-
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
Installation problem #1315
Comments
Did you install cmake and the other build dependencies? |
+1 @timkpaine - because we don't have Windows wheels, you'll need to install CMake (and after the next release, Boost and Flatbuffers) on your machine according to the developer docs: https://perspective.finos.org/docs/md/development.html |
thanks @sc1f this explains the problem. |
No problem - marking as closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Hi, I'd like to test perspective but I am not able to install it. Any ideas about what the problem is?
Steps to Reproduce:
on windows
conda create -n jlab3 python=3.8 jupyterlab pandas ipywidgets ipyvuetify ipysheet qgrid ipytree numba -c conda-forge
conda activate jlab3
pip install perspective-python
Expected Result:
Successful installation
Actual Result:
Environment:
Windows 64 bits, python 3.8, miniconda.
The text was updated successfully, but these errors were encountered: