Results 31 comments of Harry Percival

Don't get your hopes up Remy, I think behave-django requires you to put your features in a folder named "features" :-P

this... seems to only happen intermittently? doesn't make any sense.

hmmm?

Happens for pymc==2.3.2 thru pymc==2.3.6, for Python 3.4 and 3.3. Python 2.7 installs ok.

Just `pip install pymc` (in a Python 3.3/3.4 virtualenv, or use `pip-3.4`, or whatever is available in your env to pip install for a particular python version...)

I'm on Ubuntu. I think it's fairly consistent, not something to do with my setup. I can repro it in a minimal dockerfile: ``` Dockerfile FROM ubuntu:trusty RUN apt-get update...

Here's the full output from the minimal repro run: http://pastebin.com/9SEww4CT

I fixed it by setting the `LANG` environment variable(s): ``` bash LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 ``` But it might be nice to get it working without that...

for anyone else running into issues building Python3.7 on alpine, eg: ``` Could not build the ssl module! Python requires an OpenSSL 1.0.2 or 1.1 compatible libssl with X509_VERIFY_PARAM_set1_host(). LibreSSL...