Francisco Guimarães (chico)

Results 34 comments of Francisco Guimarães (chico)

Same issue for me. Found [this workaround](https://github.com/pyenv/pyenv/issues/1889#issuecomment-837697366) (using pyenv).

My final workaround using asdf ```shell echo '--- Include/objimpl.h +++ Include/objimpl.h @@ -250,7 +250,7 @@ union _gc_head *gc_prev; Py_ssize_t gc_refs; } gc; - double dummy; /* force worst-case alignment */...

Same issue for me. It also happened after Arch+Deepin upgrade.

A new upgrade today fixed my issue. Probably related to one of these packages: ``` deepin-qt-dbus-factory 5.1.0.0-1 -> 5.1.0.1-1 deepin-qt5integration 5.1.0-1 -> 5.1.0.1-1 ```

So this one can be closed now, right @danmrc ?

Same issue for me. Any thoughts here?

@jmazzitelli I think this would be ``` vcs: git version: d3a0e3ccb068e354fc61c5811a24414792e6159b ``` https://github.com/Masterminds/glide/blob/master/docs/glide.yaml.md

Hi @cescoferraro As mentioned in the README of this project there is repo for these ubuntu distros (and here is the project https://github.com/Masterminds/glide-ppa) `Ubuntu Precise(12.04), Trusty (14.04), Wily (15.10) or...

I think this issue is related to issue https://github.com/Masterminds/glide/issues/448 and PR https://github.com/Masterminds/glide/pull/428. I see no problem adding the wheezy dist to ppa, but I really think that `curl | sh`...