You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cataloging something we ran into -- when running the deploy on Windows, @KamikazeWombat got the error problems configuring packages (started with dpkg: error processing package libssl1.1:amd64 (--configure):).
From Slack:
this is what I found on the internet to fix the libssl problem:
sudo dpkg --purge --force-depends libssl1.1:amd64
sudo dpkg --configure -a
except I think the configure -a thing didn't work, so I just did apt-get install libssl1.1:amd64
We should test this to see if it happens to all Windows devs and/or non-Windows devs.
The text was updated successfully, but these errors were encountered:
Cataloging something we ran into -- when running the deploy on Windows, @KamikazeWombat got the error
problems configuring packages (started with dpkg: error processing package libssl1.1:amd64 (--configure):)
.From Slack:
We should test this to see if it happens to all Windows devs and/or non-Windows devs.
The text was updated successfully, but these errors were encountered: