We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e9aa9 commit 5e699baCopy full SHA for 5e699ba
2 files changed
module.json
@@ -1,6 +1,6 @@
1
{
2
"name" : "EmonScripts",
3
- "version" : "1.8.11",
+ "version" : "1.8.12",
4
"location" : "/opt/openenergymonitor",
5
"branches_available": ["stable","master"],
6
"requires": []
update/main.sh
@@ -51,6 +51,16 @@ fi
51
echo "Hardware detected: $hardware"
52
53
sudo apt-get install -y python3-pip
54
+
55
+if [ -e /usr/lib/python3.11/EXTERNALLY-MANAGED ]; then
56
+ sudo rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED
57
+ echo "Removed pip3 external management warning."
58
+fi
59
+if [ -e /usr/lib/python3.11/EXTERNALLY-MANAGED.orig ]; then
60
+ sudo rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED.orig
61
62
63
64
pip3 install redis
65
66
if [ "$emonSD_pi_env" = "1" ]; then
0 commit comments