Alexei
Alexei
Попробуйте, пожалуйста, сами запустить проект из исходников (желательно на чистой системе) AttributeError: module 'hunspell' has no attribute 'Hunspell' у меня стоит Python 3.9.6 - cкомпилирован из исходников командами ./configure &&...
wget --no-check-certificate -O ~/build/lapack-3.11.tar.gz https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.11.tar.gz tar xvf lapack-3.11.tar.gz install -v -d mybuild cd mybuild cmake -DCMAKE_INSTALL_PREFIX="$installdir" -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Debug -DBLAS++=ON -DCBLAS=ON -DLAPACK++=ON -DLAPACKE=ON -DBUILD_INDEX64=ON -DBUILD_DEPRECATED=ON .. make -- Using CMAKE_INSTALL_PREFIX...
###Description at Makefile' compilation point $(PERL_EXE): regcomp.o and lib/auto/re/re.a(re_comp.o) have the same functions, that cause exception while compiling perl-5.38 ### Steps to Reproduce ./Configure -de -Dprefix=/tools/perl-2.38 -Dusethreads **compilation need libpthread**...
start options to package.json: + debug-node + debug-chrome add correct options for node debugging, please