Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
[Snap a Python application] Add solution to GLIBC problem on 17.10 #550
Comments
anthonydillon
added
the
Tutorials Content
label
Dec 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
daniellimws commentedDec 12, 2017
Currently due to difference in GLIBC versions on Xenial and Artful, the following error will be given when trying to create snaps in Artful.
Known solutions to this are to either do
snapcraft cleanbuildor use per project containers.Ideally this should be added for Artful users to prevent confusion.