cloudera / hue

Open source SQL Query Assistant service for Databases/Warehouses
https://cloudera.com
Apache License 2.0
1.17k stars 366 forks source link

I tried to make apps on Mac OS Catalina and encountered the following error #1026

Closed Faiz2 closed 4 years ago

Faiz2 commented 4 years ago

Sorry i don't have good english

Mac OS Catalina 10.15.2 (19C57) Python 2.7.17 and executed brew install openssl and executed export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib" export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include" brew install mysql@5.7 and set env config

executed make apps Received the following error: ^ 278 warnings generated. cc -bundle -undefined dynamic_lookup -Wl,-F. -L/BuildRoot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.Internal.sdk/usr/local/libressl/lib build/temp.macosx-10.15-x86_64-2.7/build/temp.macosx-10.15-x86_64-2.7/_openssl.o -lssl -lcrypto -o build/lib.macosx-10.15-x86_64-2.7/cryptography/hazmat/bindings/_openssl.so ld: warning: directory not found for option '-L/BuildRoot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.Internal.sdk/usr/local/libressl/lib' ld: library not found for -lssl clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command 'cc' failed with exit status 1 make[2]: *** [/Users/qianpeng/worker/hue-release-4.6.0/desktop/core/build/cryptography-2.1.4/egg.stamp] Error 1 make[1]: *** [.recursive-env-install/core] Error 2 make: *** [desktop] Error 2 please help me

romainr commented 4 years ago

Weird, are the ssl file paths valid? (Same error with or without the 2 variables expored?) https://docs.gethue.com/administrator/installation/dependencies/#macos

Faiz2 commented 4 years ago

@romainr thanks problem solved,but executed npm install received the following error: `> fsevents@1.2.11 install /Users/qianpeng/worker/hue-release-4.6.0/node_modules/fsevents

node-gyp rebuild

SOLINK_MODULE(target) Release/.node CXX(target) Release/obj.target/fse/fsevents.o ../fsevents.cc:9:10: fatal error: 'CoreFoundation/CoreFoundation.h' file not found

include "CoreFoundation/CoreFoundation.h"

     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

../fsevents.cc:9:10: note: did not find header 'CoreFoundation.h' in framework 'CoreFoundation' (loaded from '/System/Library/Frameworks') 1 error generated. make: *** [Release/obj.target/fse/fsevents.o] Error 1 gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:210:5) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12) gyp ERR! System Darwin 19.2.0 gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /Users/qianpeng/worker/hue-release-4.6.0/node_modules/fsevents gyp ERR! node -v v12.14.0 gyp ERR! node-gyp -v v5.0.5 gyp ERR! not ok` I am tracking this error

Faiz2 commented 4 years ago

hi @romainr I have solved the environmental problem,but executed make appsreceived the following error:

"PYTHON_VER` is python2.7" cd /Users/qianpeng/worker/hue-release-4.6.0/maven && mvn install [INFO] Scanning for projects... [INFO] [INFO] --------------------< com.cloudera.hue:hue-parent >--------------------- [INFO] Building Hue Maven Parent POM 4.6.0-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ hue-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hue-parent --- [INFO] Installing /Users/qianpeng/worker/hue-release-4.6.0/maven/pom.xml to /var/root/.m2/repository/com/cloudera/hue/hue-parent/4.6.0-SNAPSHOT/hue-parent-4.6.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.485 s [INFO] Finished at: 2019-12-29T17:30:15+08:00 [INFO] ------------------------------------------------------------------------ "PYTHON_VER is python2.7" "----------------> ENV_INSTALL_TARGETS: .recursive-env-install/core .recursive-env-install/libs/aws .recursive-env-install/libs/azure .recursive-env-install/libs/hadoop .recursive-env-install/libs/indexer .recursive-env-install/libs/libanalyze .recursive-env-install/libs/liboauth .recursive-env-install/libs/liboozie .recursive-env-install/libs/librdbms .recursive-env-install/libs/libsaml .recursive-env-install/libs/libsentry .recursive-env-install/libs/libsolr .recursive-env-install/libs/libzookeeper .recursive-env-install/libs/metadata .recursive-env-install/libs/notebook .recursive-env-install/libs/dashboard .recursive-env-install/libs/kafka" /Applications/Xcode.app/Contents/Developer/usr/bin/make -C core env-install "PYTHON_VER is python2.7" --- Installing desktop into virtual-env --- env-install: EXT_ENV_INSTALL: ext-env-install running develop running egg_info writing requirements to src/desktop.egg-info/requires.txt writing src/desktop.egg-info/PKG-INFO writing top-level names to src/desktop.egg-info/top_level.txt writing dependency_links to src/desktop.egg-info/dependency_links.txt writing entry points to src/desktop.egg-info/entry_points.txt reading manifest file 'src/desktop.egg-info/SOURCES.txt' writing manifest file 'src/desktop.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/desktop.egg-link (link to src) desktop 4.6.0 is already the active version in easy-install.pth Installing hue script to /Users/qianpeng/worker/hue-release-4.6.0/build/env/bin Installing supervisor script to /Users/qianpeng/worker/hue-release-4.6.0/build/env/bin

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/aws env-install "PYTHON_VER is python2.7" --- Installing aws into virtual-env running develop running egg_info writing requirements to src/aws.egg-info/requires.txt writing src/aws.egg-info/PKG-INFO writing top-level names to src/aws.egg-info/top_level.txt writing dependency_links to src/aws.egg-info/dependency_links.txt writing entry points to src/aws.egg-info/entry_points.txt reading manifest file 'src/aws.egg-info/SOURCES.txt' writing manifest file 'src/aws.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/aws.egg-link (link to src) aws 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/aws/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/azure env-install "PYTHON_VER is python2.7" --- Installing azure into virtual-env running develop running egg_info writing requirements to src/azure.egg-info/requires.txt writing src/azure.egg-info/PKG-INFO writing top-level names to src/azure.egg-info/top_level.txt writing dependency_links to src/azure.egg-info/dependency_links.txt writing entry points to src/azure.egg-info/entry_points.txt reading manifest file 'src/azure.egg-info/SOURCES.txt' writing manifest file 'src/azure.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/azure.egg-link (link to src) azure 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/azure/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/hadoop env-install "PYTHON_VER is python2.7" --- Installing hadoop into virtual-env running develop running egg_info writing requirements to src/hadoop.egg-info/requires.txt writing src/hadoop.egg-info/PKG-INFO writing top-level names to src/hadoop.egg-info/top_level.txt writing dependency_links to src/hadoop.egg-info/dependency_links.txt writing entry points to src/hadoop.egg-info/entry_points.txt reading manifest file 'src/hadoop.egg-info/SOURCES.txt' writing manifest file 'src/hadoop.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/hadoop.egg-link (link to src) hadoop 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/hadoop/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/indexer env-install "PYTHON_VER is python2.7" --- Installing indexer into virtual-env running develop running egg_info writing requirements to src/indexer.egg-info/requires.txt writing src/indexer.egg-info/PKG-INFO writing top-level names to src/indexer.egg-info/top_level.txt writing dependency_links to src/indexer.egg-info/dependency_links.txt writing entry points to src/indexer.egg-info/entry_points.txt reading manifest file 'src/indexer.egg-info/SOURCES.txt' writing manifest file 'src/indexer.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/indexer.egg-link (link to src) indexer 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/indexer/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/libanalyze env-install "PYTHON_VER is python2.7" --- Installing libanalyze into virtual-env running develop running egg_info writing requirements to src/libanalyze.egg-info/requires.txt writing src/libanalyze.egg-info/PKG-INFO writing top-level names to src/libanalyze.egg-info/top_level.txt writing dependency_links to src/libanalyze.egg-info/dependency_links.txt writing entry points to src/libanalyze.egg-info/entry_points.txt reading manifest file 'src/libanalyze.egg-info/SOURCES.txt' writing manifest file 'src/libanalyze.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/libanalyze.egg-link (link to src) libanalyze 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/libanalyze/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/liboauth env-install "PYTHON_VER is python2.7" --- Installing liboauth into virtual-env running develop running egg_info writing requirements to src/liboauth.egg-info/requires.txt writing src/liboauth.egg-info/PKG-INFO writing top-level names to src/liboauth.egg-info/top_level.txt writing dependency_links to src/liboauth.egg-info/dependency_links.txt writing entry points to src/liboauth.egg-info/entry_points.txt reading manifest file 'src/liboauth.egg-info/SOURCES.txt' writing manifest file 'src/liboauth.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/liboauth.egg-link (link to src) liboauth 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/liboauth/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/liboozie env-install "PYTHON_VER is python2.7" --- Installing liboozie into virtual-env running develop running egg_info writing requirements to src/liboozie.egg-info/requires.txt writing src/liboozie.egg-info/PKG-INFO writing top-level names to src/liboozie.egg-info/top_level.txt writing dependency_links to src/liboozie.egg-info/dependency_links.txt writing entry points to src/liboozie.egg-info/entry_points.txt reading manifest file 'src/liboozie.egg-info/SOURCES.txt' writing manifest file 'src/liboozie.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/liboozie.egg-link (link to src) liboozie 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/liboozie/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/librdbms env-install "PYTHON_VER is python2.7" --- Installing librdbms into virtual-env running develop running egg_info writing requirements to src/librdbms.egg-info/requires.txt writing src/librdbms.egg-info/PKG-INFO writing top-level names to src/librdbms.egg-info/top_level.txt writing dependency_links to src/librdbms.egg-info/dependency_links.txt writing entry points to src/librdbms.egg-info/entry_points.txt reading manifest file 'src/librdbms.egg-info/SOURCES.txt' writing manifest file 'src/librdbms.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/librdbms.egg-link (link to src) librdbms 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/librdbms/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/libsaml env-install "PYTHON_VER is python2.7" --- Installing libsaml into virtual-env running develop running egg_info writing requirements to src/libsaml.egg-info/requires.txt writing src/libsaml.egg-info/PKG-INFO writing top-level names to src/libsaml.egg-info/top_level.txt writing dependency_links to src/libsaml.egg-info/dependency_links.txt writing entry points to src/libsaml.egg-info/entry_points.txt reading manifest file 'src/libsaml.egg-info/SOURCES.txt' writing manifest file 'src/libsaml.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/libsaml.egg-link (link to src) libsaml 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/libsaml/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/libsentry env-install "PYTHON_VER is python2.7" --- Installing libsentry into virtual-env running develop running egg_info writing requirements to src/libsentry.egg-info/requires.txt writing src/libsentry.egg-info/PKG-INFO writing top-level names to src/libsentry.egg-info/top_level.txt writing dependency_links to src/libsentry.egg-info/dependency_links.txt writing entry points to src/libsentry.egg-info/entry_points.txt reading manifest file 'src/libsentry.egg-info/SOURCES.txt' writing manifest file 'src/libsentry.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/libsentry.egg-link (link to src) libsentry 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/libsentry/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/libsolr env-install "PYTHON_VER is python2.7" --- Installing libsolr into virtual-env running develop running egg_info writing requirements to src/libsolr.egg-info/requires.txt writing src/libsolr.egg-info/PKG-INFO writing top-level names to src/libsolr.egg-info/top_level.txt writing dependency_links to src/libsolr.egg-info/dependency_links.txt writing entry points to src/libsolr.egg-info/entry_points.txt reading manifest file 'src/libsolr.egg-info/SOURCES.txt' writing manifest file 'src/libsolr.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/libsolr.egg-link (link to src) libsolr 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/libsolr/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/libzookeeper env-install "PYTHON_VER is python2.7" --- Installing libzookeeper into virtual-env running develop running egg_info writing requirements to src/libzookeeper.egg-info/requires.txt writing src/libzookeeper.egg-info/PKG-INFO writing top-level names to src/libzookeeper.egg-info/top_level.txt writing dependency_links to src/libzookeeper.egg-info/dependency_links.txt writing entry points to src/libzookeeper.egg-info/entry_points.txt reading manifest file 'src/libzookeeper.egg-info/SOURCES.txt' writing manifest file 'src/libzookeeper.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/libzookeeper.egg-link (link to src) libzookeeper 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/libzookeeper/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/metadata env-install "PYTHON_VER is python2.7" --- Installing metadata into virtual-env running develop running egg_info writing requirements to src/metadata.egg-info/requires.txt writing src/metadata.egg-info/PKG-INFO writing top-level names to src/metadata.egg-info/top_level.txt writing dependency_links to src/metadata.egg-info/dependency_links.txt writing entry points to src/metadata.egg-info/entry_points.txt reading manifest file 'src/metadata.egg-info/SOURCES.txt' writing manifest file 'src/metadata.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/metadata.egg-link (link to src) metadata 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/metadata/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/notebook env-install "PYTHON_VER is python2.7" --- Installing notebook into virtual-env running develop running egg_info writing requirements to src/notebook.egg-info/requires.txt writing src/notebook.egg-info/PKG-INFO writing top-level names to src/notebook.egg-info/top_level.txt writing dependency_links to src/notebook.egg-info/dependency_links.txt writing entry points to src/notebook.egg-info/entry_points.txt reading manifest file 'src/notebook.egg-info/SOURCES.txt' writing manifest file 'src/notebook.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/notebook.egg-link (link to src) notebook 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/notebook/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/dashboard env-install "PYTHON_VER is python2.7" --- Installing dashboard into virtual-env running develop running egg_info writing requirements to src/dashboard.egg-info/requires.txt writing src/dashboard.egg-info/PKG-INFO writing top-level names to src/dashboard.egg-info/top_level.txt writing dependency_links to src/dashboard.egg-info/dependency_links.txt writing entry points to src/dashboard.egg-info/entry_points.txt reading manifest file 'src/dashboard.egg-info/SOURCES.txt' writing manifest file 'src/dashboard.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/dashboard.egg-link (link to src) dashboard 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/dashboard/src /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libs/kafka env-install "PYTHON_VER is python2.7" --- Installing kafka into virtual-env running develop running egg_info writing requirements to src/kafka.egg-info/requires.txt writing src/kafka.egg-info/PKG-INFO writing top-level names to src/kafka.egg-info/top_level.txt writing dependency_links to src/kafka.egg-info/dependency_links.txt writing entry points to src/kafka.egg-info/entry_points.txt reading manifest file 'src/kafka.egg-info/SOURCES.txt' writing manifest file 'src/kafka.egg-info/SOURCES.txt' running build_ext Creating /Users/qianpeng/worker/hue-release-4.6.0/build/env/lib/python2.7/site-packages/kafka.egg-link (link to src) kafka 4.6.0 is already the active version in easy-install.pth

Installed /Users/qianpeng/worker/hue-release-4.6.0/desktop/libs/kafka/src "PYTHON_VER is python2.7" sudo npm install

fsevents@1.2.7 install /Users/qianpeng/worker/hue-release-4.6.0/node_modules/fsevents node install

node-pre-gyp WARN Using request for node-pre-gyp https download [fsevents] Success: "/Users/qianpeng/worker/hue-release-4.6.0/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" is installed via remote

fsevents@1.2.9 install /Users/qianpeng/worker/hue-release-4.6.0/node_modules/jest-haste-map/node_modules/fsevents node install

node-pre-gyp WARN Using request for node-pre-gyp https download [fsevents] Success: "/Users/qianpeng/worker/hue-release-4.6.0/node_modules/jest-haste-map/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" is installed via remote

weak-napi@1.0.3 install /Users/qianpeng/worker/hue-release-4.6.0/node_modules/weak-napi node-gyp rebuild

CC(target) Release/obj.target/nothing/../node-addon-api/src/nothing.o LIBTOOL-STATIC Release/nothing.a CXX(target) Release/obj.target/weakref/src/weakref.o SOLINK_MODULE(target) Release/weakref.node

zipfile@0.5.12 install /Users/qianpeng/worker/hue-release-4.6.0/node_modules/zipfile node-pre-gyp install --fallback-to-build

node-pre-gyp WARN Using request for node-pre-gyp https download [zipfile] Success: "/Users/qianpeng/worker/hue-release-4.6.0/node_modules/zipfile/lib/binding/node-v64-darwin-x64/zipfile.node" is installed via remote

libxmljs@0.19.5 install /Users/qianpeng/worker/hue-release-4.6.0/node_modules/libxmljs node-pre-gyp install --fallback-to-build --loglevel http

node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp http GET https://github.com/libxmljs/libxmljs/releases/download/v0.19.5/node-v64-darwin-x64.tar.gz node-pre-gyp http 200 https://github.com/libxmljs/libxmljs/releases/download/v0.19.5/node-v64-darwin-x64.tar.gz [libxmljs] Success: "/Users/qianpeng/worker/hue-release-4.6.0/node_modules/libxmljs/build/Release/xmljs.node" is installed via remote

core-js@3.4.2 postinstall /Users/qianpeng/worker/hue-release-4.6.0/node_modules/@babel/node/node_modules/core-js node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:

https://opencollective.com/core-js https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

core-js@2.6.10 postinstall /Users/qianpeng/worker/hue-release-4.6.0/node_modules/babel-runtime/node_modules/core-js node postinstall || echo "ignore"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:

https://opencollective.com/core-js https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

ejs@2.7.4 postinstall /Users/qianpeng/worker/hue-release-4.6.0/node_modules/ejs node ./postinstall.js

Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)

core-js@3.4.2 postinstall /Users/qianpeng/worker/hue-release-4.6.0/node_modules/core-js node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:

https://opencollective.com/core-js https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

updated 1819 packages and audited 297771 packages in 45.876s found 6 vulnerabilities (4 low, 1 moderate, 1 high) run npm audit fix to fix them, or npm audit for details npm run webpack

hue@4.6.0 webpack /Users/qianpeng/worker/hue-release-4.6.0 webpack --config webpack.config.js

clean-webpack-plugin: /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/static/desktop/js/bundles/hue has been removed. [BABEL] Note: The code generator has deoptimised the styling of /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/js/parse/sql/presto/prestoSyntaxParser.js as it exceeds the max of 500KB. [BABEL] Note: The code generator has deoptimised the styling of /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/js/parse/sql/hive/hiveSyntaxParser.js as it exceeds the max of 500KB. [BABEL] Note: The code generator has deoptimised the styling of /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/js/parse/sql/impala/impalaAutocompleteParser.js as it exceeds the max of 500KB. [BABEL] Note: The code generator has deoptimised the styling of /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/js/parse/sql/presto/prestoAutocompleteParser.js as it exceeds the max of 500KB. [BABEL] Note: The code generator has deoptimised the styling of /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/js/parse/sql/hive/hiveAutocompleteParser.js as it exceeds the max of 500KB. Hash: 4e620224bdfb0c8ac0cd Version: webpack 4.41.2 Time: 98941ms Built at: 2019-12-29 17:34:02 Asset Size Chunks Chunk Names calcite-parser-chunk-4e620224bdfb0c8ac0cd.js 880 KiB calcite-parser [emitted] [immutable] [big] calcite-parser calcite-parser-chunk-4e620224bdfb0c8ac0cd.js.map 1.66 MiB calcite-parser [emitted] [dev] calcite-parser druid-parser-chunk-4e620224bdfb0c8ac0cd.js 880 KiB druid-parser [emitted] [immutable] [big] druid-parser druid-parser-chunk-4e620224bdfb0c8ac0cd.js.map 1.66 MiB druid-parser [emitted] [dev] druid-parser elasticsearch-parser-chunk-4e620224bdfb0c8ac0cd.js 880 KiB elasticsearch-parser [emitted] [immutable] [big] elasticsearch-parser elasticsearch-parser-chunk-4e620224bdfb0c8ac0cd.js.map 1.66 MiB elasticsearch-parser [emitted] [dev] elasticsearch-parser generic-parser-chunk-4e620224bdfb0c8ac0cd.js 880 KiB generic-parser [emitted] [immutable] [big] generic-parser generic-parser-chunk-4e620224bdfb0c8ac0cd.js.map 1.66 MiB generic-parser [emitted] [dev] generic-parser hive-parser-chunk-4e620224bdfb0c8ac0cd.js 1.71 MiB hive-parser [emitted] [immutable] [big] hive-parser hive-parser-chunk-4e620224bdfb0c8ac0cd.js.map 5.57 MiB hive-parser [emitted] [dev] hive-parser hue-bundle-4e620224bdfb0c8ac0cd.js 4.2 MiB hue [emitted] [immutable] [big] hue hue-bundle-4e620224bdfb0c8ac0cd.js.map 6.92 MiB hue [emitted] [dev] hue hue~notebook-chunk-4e620224bdfb0c8ac0cd.js 26.4 KiB hue~notebook [emitted] [immutable] hue~notebook hue~notebook-chunk-4e620224bdfb0c8ac0cd.js.map 52.6 KiB hue~notebook [emitted] [dev] hue~notebook hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js 316 KiB hue~notebook~tableBrowser [emitted] [immutable] hue~notebook~tableBrowser hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map 423 KiB hue~notebook~tableBrowser [emitted] [dev] hue~notebook~tableBrowser hue~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js 15.4 KiB hue~tableBrowser [emitted] [immutable] hue~tableBrowser hue~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map 21.1 KiB hue~tableBrowser [emitted] [dev] hue~tableBrowser impala-parser-chunk-4e620224bdfb0c8ac0cd.js 1.04 MiB impala-parser [emitted] [immutable] [big] impala-parser impala-parser-chunk-4e620224bdfb0c8ac0cd.js.map 2.76 MiB impala-parser [emitted] [dev] impala-parser ksql-parser-chunk-4e620224bdfb0c8ac0cd.js 880 KiB ksql-parser [emitted] [immutable] [big] ksql-parser ksql-parser-chunk-4e620224bdfb0c8ac0cd.js.map 1.66 MiB ksql-parser [emitted] [dev] ksql-parser notebook-chunk-4e620224bdfb0c8ac0cd.js 125 KiB notebook [emitted] [immutable] notebook notebook-chunk-4e620224bdfb0c8ac0cd.js.map 206 KiB notebook [emitted] [dev] notebook phoenix-parser-chunk-4e620224bdfb0c8ac0cd.js 880 KiB phoenix-parser [emitted] [immutable] [big] phoenix-parser phoenix-parser-chunk-4e620224bdfb0c8ac0cd.js.map 1.66 MiB phoenix-parser [emitted] [dev] phoenix-parser presto-parser-chunk-4e620224bdfb0c8ac0cd.js 1.71 MiB presto-parser [emitted] [immutable] [big] presto-parser presto-parser-chunk-4e620224bdfb0c8ac0cd.js.map 5.57 MiB presto-parser [emitted] [dev] presto-parser tableBrowser-chunk-4e620224bdfb0c8ac0cd.js 90.7 KiB tableBrowser [emitted] [immutable] tableBrowser tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map 118 KiB tableBrowser [emitted] [dev] tableBrowser vendors~hue-chunk-4e620224bdfb0c8ac0cd.js 3.37 MiB vendors~hue [emitted] [immutable] [big] vendors~hue vendors~hue-chunk-4e620224bdfb0c8ac0cd.js.map 3.16 MiB vendors~hue [emitted] [dev] vendors~hue vendors~hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js 434 KiB vendors~hue~notebook~tableBrowser [emitted] [immutable] [big] vendors~hue~notebook~tableBrowser vendors~hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map 552 KiB vendors~hue~notebook~tableBrowser [emitted] [dev] vendors~hue~notebook~tableBrowser vendors~hue~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js 34.3 KiB vendors~hue~tableBrowser [emitted] [immutable] vendors~hue~tableBrowser vendors~hue~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map 39.3 KiB vendors~hue~tableBrowser [emitted] [dev] vendors~hue~tableBrowser vendors~notebook-chunk-4e620224bdfb0c8ac0cd.js 36.9 KiB vendors~notebook [emitted] [immutable] vendors~notebook vendors~notebook-chunk-4e620224bdfb0c8ac0cd.js.map 39.7 KiB vendors~notebook [emitted] [dev] vendors~notebook Entrypoint hue [big] = hue-bundle-4e620224bdfb0c8ac0cd.js hue-bundle-4e620224bdfb0c8ac0cd.js.map vendors~hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js vendors~hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map vendors~hue~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js vendors~hue~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map vendors~hue-chunk-4e620224bdfb0c8ac0cd.js vendors~hue-chunk-4e620224bdfb0c8ac0cd.js.map hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map hue~notebook-chunk-4e620224bdfb0c8ac0cd.js hue~notebook-chunk-4e620224bdfb0c8ac0cd.js.map hue~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js hue~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map Entrypoint notebook [big] = hue-bundle-4e620224bdfb0c8ac0cd.js hue-bundle-4e620224bdfb0c8ac0cd.js.map vendors~hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js vendors~hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map vendors~notebook-chunk-4e620224bdfb0c8ac0cd.js vendors~notebook-chunk-4e620224bdfb0c8ac0cd.js.map hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map hue~notebook-chunk-4e620224bdfb0c8ac0cd.js hue~notebook-chunk-4e620224bdfb0c8ac0cd.js.map notebook-chunk-4e620224bdfb0c8ac0cd.js notebook-chunk-4e620224bdfb0c8ac0cd.js.map Entrypoint tableBrowser [big] = hue-bundle-4e620224bdfb0c8ac0cd.js hue-bundle-4e620224bdfb0c8ac0cd.js.map vendors~hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js vendors~hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map vendors~hue~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js vendors~hue~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js hue~notebook~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map hue~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js hue~tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map tableBrowser-chunk-4e620224bdfb0c8ac0cd.js tableBrowser-chunk-4e620224bdfb0c8ac0cd.js.map [0] multi ./desktop/core/src/desktop/js/hue.js 28 bytes {hue} [built] [1] multi ./desktop/core/src/desktop/js/apps/notebook/app.js 28 bytes {notebook} [built] [2] multi ./desktop/core/src/desktop/js/apps/table_browser/app.js 28 bytes {tableBrowser} [built] [./desktop/core/src/desktop/js/api/apiHelper.js] 103 KiB {hue~notebook~tableBrowser} [built] [./desktop/core/src/desktop/js/api/cancellablePromise.js] 4.74 KiB {hue~notebook~tableBrowser} [built] [./desktop/core/src/desktop/js/apps/notebook/app.js] 45.7 KiB {notebook} [built] [./desktop/core/src/desktop/js/apps/notebook/editorViewModel.js] 23.3 KiB {hue} [built] [./desktop/core/src/desktop/js/apps/notebook2/app.js] 26 KiB {notebook} [built] [./desktop/core/src/desktop/js/apps/notebook2/editorViewModel.js] 23.8 KiB {hue} [built] [./desktop/core/src/desktop/js/apps/table_browser/app.js] 4.61 KiB {tableBrowser} [built] [./desktop/core/src/desktop/js/apps/table_browser/metastoreViewModel.js] 14.9 KiB {tableBrowser} [built] [./desktop/core/src/desktop/js/catalog/contextCatalog.js] 12.4 KiB {hue~tableBrowser} [built] [./desktop/core/src/desktop/js/catalog/dataCatalog.js] 30.8 KiB {hue~notebook~tableBrowser} [built] [./desktop/core/src/desktop/js/doc/docSupport.js] 1.89 KiB {hue} [built] [./desktop/core/src/desktop/js/hue.js] 6.34 KiB {hue} [built]

hue@4.6.0 webpack-login /Users/qianpeng/worker/hue-release-4.6.0 webpack --config webpack.config.login.js

clean-webpack-plugin: /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/static/desktop/js/bundles/login has been removed. Hash: fe1e0d01ae845dda0c05 Version: webpack 4.41.2 Time: 2766ms Built at: 2019-12-29 17:34:06 Asset Size Chunks Chunk Names login-bundle-fe1e0d01ae845dda0c05.js 231 KiB login [emitted] [immutable] login login-bundle-fe1e0d01ae845dda0c05.js.map 857 KiB login [emitted] [dev] login Entrypoint login = login-bundle-fe1e0d01ae845dda0c05.js login-bundle-fe1e0d01ae845dda0c05.js.map [0] multi ./desktop/core/src/desktop/js/login.js 28 bytes {login} [built] [./desktop/core/src/desktop/js/ext/bootstrap.2.3.2.min.js] 34.1 KiB {login} [built] [./desktop/core/src/desktop/js/ext/jquery.dataTables.1.8.2.min.js] 104 KiB {login} [built] [./desktop/core/src/desktop/js/jquery/jquery.login.js] 995 bytes {login} [built] [./desktop/core/src/desktop/js/jquery/jquery.migration.js] 3.73 KiB {login} [built] [./desktop/core/src/desktop/js/jquery/plugins/jquery.delayedinput.js] 2.21 KiB {login} [built] [./desktop/core/src/desktop/js/jquery/plugins/jquery.tablescroller.js] 4.54 KiB {login} [built] [./desktop/core/src/desktop/js/login.js] 1.04 KiB {login} [built] [./desktop/core/src/desktop/js/utils/hueAnalytics.js] 1.08 KiB {login} [built] [./desktop/core/src/desktop/js/utils/huePubSub.js] 2.88 KiB {login} [built] [./node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 497 bytes {login} [built]

hue@4.6.0 webpack-workers /Users/qianpeng/worker/hue-release-4.6.0 webpack --config webpack.config.workers.js

clean-webpack-plugin: /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/static/desktop/js/bundles/workers has been removed. [BABEL] Note: The code generator has deoptimised the styling of /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/js/parse/sql/hive/hiveSyntaxParser.js as it exceeds the max of 500KB. [BABEL] Note: The code generator has deoptimised the styling of /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/js/parse/sql/presto/prestoSyntaxParser.js as it exceeds the max of 500KB. [BABEL] Note: The code generator has deoptimised the styling of /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/js/parse/sql/impala/impalaAutocompleteParser.js as it exceeds the max of 500KB. [BABEL] Note: The code generator has deoptimised the styling of /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/js/parse/sql/hive/hiveAutocompleteParser.js as it exceeds the max of 500KB. [BABEL] Note: The code generator has deoptimised the styling of /Users/qianpeng/worker/hue-release-4.6.0/desktop/core/src/desktop/js/parse/sql/presto/prestoAutocompleteParser.js as it exceeds the max of 500KB. Hash: 9da9942897d6deaa07ab Version: webpack 4.41.2 Time: 66008ms Built at: 2019-12-29 17:35:13 Asset Size Chunks Chunk Names calcite-parser-chunk-9da9942897d6deaa07ab.js 880 KiB calcite-parser [emitted] [immutable] [big] calcite-parser calcite-parser-chunk-9da9942897d6deaa07ab.js.map 1.66 MiB calcite-parser [emitted] [dev] calcite-parser calcite-parser~druid-parser~elasticsearch-parser~generic-parser~hive-parser~impal~6096c325-chunk-9da9942897d6deaa07ab.js 236 KiB calcite-parser~druid-parser~elasticsearch-parser~generic-parser~hive-parser~impal~6096c325 [emitted] [immutable] calcite-parser~druid-parser~elasticsearch-parser~generic-parser~hive-parser~impal~6096c325 calcite-parser~druid-parser~elasticsearch-parser~generic-parser~hive-parser~impal~6096c325-chunk-9da9942897d6deaa07ab.js.map 365 KiB calcite-parser~druid-parser~elasticsearch-parser~generic-parser~hive-parser~impal~6096c325 [emitted] [dev] calcite-parser~druid-parser~elasticsearch-parser~generic-parser~hive-parser~impal~6096c325 druid-parser-chunk-9da9942897d6deaa07ab.js 880 KiB druid-parser [emitted] [immutable] [big] druid-parser druid-parser-chunk-9da9942897d6deaa07ab.js.map 1.66 MiB druid-parser [emitted] [dev] druid-parser elasticsearch-parser-chunk-9da9942897d6deaa07ab.js 880 KiB elasticsearch-parser [emitted] [immutable] [big] elasticsearch-parser elasticsearch-parser-chunk-9da9942897d6deaa07ab.js.map 1.66 MiB elasticsearch-parser [emitted] [dev] elasticsearch-parser generic-parser-chunk-9da9942897d6deaa07ab.js 880 KiB generic-parser [emitted] [immutable] [big] generic-parser generic-parser-chunk-9da9942897d6deaa07ab.js.map 1.66 MiB generic-parser [emitted] [dev] generic-parser hive-parser-chunk-9da9942897d6deaa07ab.js 1.71 MiB hive-parser [emitted] [immutable] [big] hive-parser hive-parser-chunk-9da9942897d6deaa07ab.js.map 5.57 MiB hive-parser [emitted] [dev] hive-parser impala-parser-chunk-9da9942897d6deaa07ab.js 1.04 MiB impala-parser [emitted] [immutable] [big] impala-parser impala-parser-chunk-9da9942897d6deaa07ab.js.map 2.76 MiB impala-parser [emitted] [dev] impala-parser ksql-parser-chunk-9da9942897d6deaa07ab.js 880 KiB ksql-parser [emitted] [immutable] [big] ksql-parser ksql-parser-chunk-9da9942897d6deaa07ab.js.map 1.66 MiB ksql-parser [emitted] [dev] ksql-parser phoenix-parser-chunk-9da9942897d6deaa07ab.js 880 KiB phoenix-parser [emitted] [immutable] [big] phoenix-parser phoenix-parser-chunk-9da9942897d6deaa07ab.js.map 1.66 MiB phoenix-parser [emitted] [dev] phoenix-parser presto-parser-chunk-9da9942897d6deaa07ab.js 1.71 MiB presto-parser [emitted] [immutable] [big] presto-parser presto-parser-chunk-9da9942897d6deaa07ab.js.map 5.57 MiB presto-parser [emitted] [dev] presto-parser sqlLocationWebWorker-bundle-9da9942897d6deaa07ab.js 631 KiB sqlLocationWebWorker [emitted] [immutable] [big] sqlLocationWebWorker sqlLocationWebWorker-bundle-9da9942897d6deaa07ab.js.map 531 KiB sqlLocationWebWorker [emitted] [dev] sqlLocationWebWorker sqlSyntaxWebWorker-bundle-9da9942897d6deaa07ab.js 629 KiB sqlSyntaxWebWorker [emitted] [immutable] [big] sqlSyntaxWebWorker sqlSyntaxWebWorker-bundle-9da9942897d6deaa07ab.js.map 526 KiB sqlSyntaxWebWorker [emitted] [dev] sqlSyntaxWebWorker vendors~calcite-parser~druid-parser~elasticsearch-parser~generic-parser~hive-pars~5e91ad65-chunk-9da9942897d6deaa07ab.js 68.4 KiB vendors~calcite-parser~druid-parser~elasticsearch-parser~generic-parser~hive-pars~5e91ad65 [emitted] [immutable] vendors~calcite-parser~druid-parser~elasticsearch-parser~generic-parser~hive-pars~5e91ad65 vendors~calcite-parser~druid-parser~elasticsearch-parser~generic-parser~hive-pars~5e91ad65-chunk-9da9942897d6deaa07ab.js.map 85.6 KiB vendors~calcite-parser~druid-parser~elasticsearch-parser~generic-parser~hive-pars~5e91ad65 [emitted] [dev] vendors~calcite-parser~druid-parser~elasticsearch-parser~generic-parser~hive-pars~5e91ad65 Entrypoint sqlLocationWebWorker [big] = sqlLocationWebWorker-bundle-9da9942897d6deaa07ab.js sqlLocationWebWorker-bundle-9da9942897d6deaa07ab.js.map Entrypoint sqlSyntaxWebWorker [big] = sqlSyntaxWebWorker-bundle-9da9942897d6deaa07ab.js sqlSyntaxWebWorker-bundle-9da9942897d6deaa07ab.js.map [0] multi ./desktop/core/src/desktop/js/sql/sqlLocationWebWorker.js 28 bytes {sqlLocationWebWorker} [built] [1] multi ./desktop/core/src/desktop/js/sql/sqlSyntaxWebWorker.js 28 bytes {sqlSyntaxWebWorker} [built] [./desktop/core/src/desktop/js/parse/sql/calcite/calciteAutocompleteParser.js] 546 KiB {calcite-parser} [built] [./desktop/core/src/desktop/js/parse/sql/calcite/calciteSyntaxParser.js] 259 KiB {calcite-parser} [built] [./desktop/core/src/desktop/js/parse/sql/druid/druidAutocompleteParser.js] 546 KiB {druid-parser} [built] [./desktop/core/src/desktop/js/parse/sql/druid/druidSyntaxParser.js] 259 KiB {druid-parser} [built] [./desktop/core/src/desktop/js/parse/sql/elasticsearch/elasticsearchAutocompleteParser.js] 546 KiB {elasticsearch-parser} [built] [./desktop/core/src/desktop/js/parse/sql/elasticsearch/elasticsearchSyntaxParser.js] 259 KiB {elasticsearch-parser} [built] [./desktop/core/src/desktop/js/parse/sql/generic/genericAutocompleteParser.js] 546 KiB {generic-parser} [built] [./desktop/core/src/desktop/js/parse/sql/generic/genericSyntaxParser.js] 259 KiB {generic-parser} [built] [./desktop/core/src/desktop/js/parse/sql/hive/hiveAutocompleteParser.js] 1.15 MiB {hive-parser} [built] [./desktop/core/src/desktop/js/parse/sql/hive/hiveSyntaxParser.js] 493 KiB {hive-parser} [built] [./desktop/core/src/desktop/js/parse/sql/sqlParserRepository.js] 6.38 KiB {sqlLocationWebWorker} {sqlSyntaxWebWorker} [built] [./desktop/core/src/desktop/js/sql/sqlLocationWebWorker.js] 4.45 KiB {sqlLocationWebWorker} [built] [./desktop/core/src/desktop/js/sql/sqlSyntaxWebWorker.js] 2.4 KiB {sqlSyntaxWebWorker} [built]

No errors from the log,But still get this return make[1]: *** [create-static] Abort trap: 6 make: *** [apps] Error 2 run ./build/env/bin/hue runserve quit the program immediately I don't know what can be done to solve this problem now

romainr commented 4 years ago

What did you do to fix the previous problem?

How about doing a clean rebuild to try to see if the 'Abort trap: 6' error is there?

Faiz2 commented 4 years ago

@romainr The problem is solved, Mac OS Catalina 10.15.2 lost a lot of * .h files due to a too high system version. Trying to link from/Library/Developer/CommandLineTools/SDKs/MacOSX.sdkto / usr / include also does not work. I had to downgrade the system. Now the problem is solved and running normally. This is not a good solution, but it works for me. Hope someone can provide a better solution.

This is my environment: Mac OS MoJave 10.14.6 java version "1.8.0_121" node v10.15.3 npm 6.4.1 python 2.7.17 😊 @romainr thank you very much

romainr commented 4 years ago

Thanks for feedback, we will see when the team members upgrade their Mac OS, and hopefully the Python 3 will be ready soon with less direct dependencies to simplify

Faiz2 commented 4 years ago

Oh that's great, i'm looking forward😊