Skip to content

Commit 342524d

Browse files
praveen-gargashish-jabble
authored andcommitted
pip3 upgrade fix for aiohttp package
aarch64 arm64 builds requires pip3 to be upgraded for aiohttp package install; This issue was see on ubuntu18.04 aarch64 though may also appear on Coral Mendel. The fix is good to go with all platforms
1 parent 3510f6a commit 342524d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/Debian/common/DEBIAN/postinst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ copy_new_data () {
113113
}
114114

115115
install_pip3_packages () {
116+
pip3 install --upgrade pip
116117
pip3 install -r /usr/local/fledge/python/requirements.txt
117118
}
118119

0 commit comments

Comments
 (0)