Closed pgorla closed 4 years ago
Package version (if known): The latest from the download page.
Python 3.7.8 Flask 1.1.2 Werkzeug 0.16.1 OS X Catalina, 0.15.6 (19G73)
Hello, I've run into an installation error when trying to install invenio locally for testing. I am seeing this error.
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.66.dylib Referenced from: /usr/local/bin/node Reason: image not found
./scripts/bootstrap
pipenv run invenio webpack buildall
I've been looking online and this looks like a known issue with OS X, but so far I have not found a workaround.
Actually, I found a fix! My version of node was out of date and I didn't realize it.
node
brew upgrade brew cleanup
Package version (if known): The latest from the download page.
Python 3.7.8 Flask 1.1.2 Werkzeug 0.16.1 OS X Catalina, 0.15.6 (19G73)
Describe the bug
Hello, I've run into an installation error when trying to install invenio locally for testing. I am seeing this error.
Steps to Reproduce
./scripts/bootstrap
, specifically it's this step that is failing:pipenv run invenio webpack buildall
Additional context
I've been looking online and this looks like a known issue with OS X, but so far I have not found a workaround.