Skip to content
Snippets Groups Projects
Commit 0b30b278 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Manual install importlib_metadata

parent 06d539f2
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!84Upgrade of setup.py
...@@ -43,6 +43,7 @@ sleep 5 ...@@ -43,6 +43,7 @@ sleep 5
ls -l dist/* ls -l dist/*
rm -rf ./local-site rm -rf ./local-site
mkdir -p `python3 -m site --user-site` mkdir -p `python3 -m site --user-site`
pip3 install importlib_metadata --user
python3 setup.py install --user --force python3 setup.py install --user --force
ln -sf ./local-site/bin/hive $HIVE_NAME ln -sf ./local-site/bin/hive $HIVE_NAME
./$HIVE_NAME -h ./$HIVE_NAME -h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment