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
I'm trying to install PLUMED from the current master branch.
I would like PLUMED to use a python environment created by micromamba, in which I have installed cython and some other packages (see below).
During ./configure --disable-mpi, PLUMED recognises that Cython is installed:
checking for python3... python3
configure: Python executable is python3
checking pycv: support for required python modules (python3, pybind11, numpy)... yes
checking python wrapper: support for required python modules (python3, setuptools, cython)... yes
Running make -j 4 also has no issues. However, during sudo make install, I get the following:
cd install/python && rm -fr *.so plumed.cpp build && \
unset CXX && unset CC && unset CFLAGS && unset CXXFLAGS && unset LDSHARED && \
plumed_program_name=plumed \
plumed_force_cython=yes \
plumed_version=2.11.0-dev \
plumed_include_dir=../../../wrapper \
plumed_default_kernel="/usr/local/lib/libplumedKernel.so" \
python3 setup.py build_ext -i
Module name plumed
Version number 2.11.0-dev
Hardcoded PLUMED_KERNEL /usr/local/lib/libplumedKernel.so
plumed_force_cython=yes
importing cython
Error: building plumed requires cython. Please install it first with pip install cython
I'm trying to install PLUMED from the current master branch.
I would like PLUMED to use a python environment created by
micromamba
, in which I have installedcython
and some other packages (see below).During
./configure --disable-mpi
, PLUMED recognises that Cython is installed:Running
make -j 4
also has no issues. However, duringsudo make install
, I get the following:The packages in my environment are as follows:
The text was updated successfully, but these errors were encountered: