Missing packages when installing #2237
Replies: 2 comments 1 reply
-
... which you're trying to build from source because your python version is incorrect (3.11) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
None of those are errors, you do not have cmake installed as "cmake --version" command does not run. Ensure cmake is installed (the application, not the python wrapper) and follow the developer guide. Alternatively, use a distribution with prebuilt 3.11 binaries like conda or switch to a python version where we already distribute binaries (3.7-3.10). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to install perspective into pycharm however I am getting an issue where it looks like I am missing a couple of packages during installation: as I am getting the below error msgs:
Package 'perspective.extension' is absent from the
packagesconfiguration.Package 'perspective.include.perspective' is absent from the
packagesconfiguration.'perspective.include.perspective.python' is absent from the packages configuration
Package 'perspective.labextension' is absent from the
packagesconfiguration.Package 'perspective.labextension.static' is absent from the
packagesconfiguration.Package 'perspective.nbextension.static' is absent from the
packagesconfiguration.Package 'perspective.src' is absent from the
packagesconfiguration.Package 'perspective.tests.single_threaded' is absent from the
packagesconfiguration.am I missing a step? figured when entering the pip install perspective-python would have the package included. included source code below.
Error Code.txt
Beta Was this translation helpful? Give feedback.
All reactions