-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnicodeDecodeError while installing for Python3.3 #62
Comments
Happens for pymc==2.3.2 thru pymc==2.3.6, for Python 3.4 and 3.3. Python 2.7 installs ok. |
Can you post the code that generates this error? I'd like to try to replicate it here. |
Just |
I can't replicate this with Anaconda Python 3.3 in a virtualenv:
|
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: FROM ubuntu:trusty
RUN apt-get update
RUN apt-get install -y python3-dev python3-pip
RUN apt-get install -y python3-numpy python3-matplotlib
RUN pip3 install pymc |
Here's the full output from the minimal repro run: http://pastebin.com/9SEww4CT |
when I install pymc in windows platform use “pip install pymc", it will report this error:
|
I fixed it by setting the 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... |
We do have a .cfg file for Debian installs. Would it work to put these there? |
Ran into the same issue myself on a Mac (10.11) using Python 3.5. hjwp's environment variable fix worked for me to successfully install. pymc-devs/pymc#62 (comment) |
#62 (comment) did't work for me. I got the same error: |
Just came across this
The text was updated successfully, but these errors were encountered: