You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify a source directory to (re-)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.
Run 'cmake --help' for more information._
Also when I run the python file with the offending import line it imports cmake without error. This seems like a path error but I'm running from the pymol-open-source directory..
cmake --version
cmake version 3.31.1
The text was updated successfully, but these errors were encountered:
Hey @loomcode !
Could you please provide the version of Python you are using and the operating system?
Additionally, did you created a new virtual environment before installing?
After cloning the repo and running
I get..
from cmake import cmake
ModuleNotFoundError: No module named 'cmake'
error: command '../pymol/.venv/bin/cmake' failed with exit code 1
but..
returns expected output
_cmake [options]
cmake [options]
cmake [options] -S -B
Specify a source directory to (re-)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.
Run 'cmake --help' for more information._
Also when I run the python file with the offending import line it imports cmake without error. This seems like a path error but I'm running from the pymol-open-source directory..
cmake version 3.31.1
The text was updated successfully, but these errors were encountered: