Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit e9e6def

Browse files
committed
Keep those plates spinning!
1 parent 7bb3768 commit e9e6def

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install_tapioca.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,11 @@ while [ -z "$mitmproxy_ok" ]; do
645645
else
646646
# system-wide installed python
647647
sudo $mypip install colorama mitmproxy pyshark GitPython
648+
649+
# pip is a moving target and everything is terrible
650+
# https://techoverflow.net/2022/04/07/how-to-fix-jupyter-lab-importerror-cannot-import-name-soft_unicode-from-markupsafe/
651+
sudo $mypip install markupsafe==2.0.1
652+
648653
mitmproxy_ok=1
649654
if [ -n "$pyqt5" ]; then
650655
QT_SELECT=qt5 sudo -E $mypip install PyQt5

0 commit comments

Comments
 (0)