hyperopt / hyperopt-sklearn

Hyper-parameter optimization for sklearn
hyperopt.github.io/hyperopt-sklearn
Other
1.59k stars 272 forks source link

Error when installing on Ubuntu 18.04.1 LTS #127

Open hemmingstein opened 5 years ago

hemmingstein commented 5 years ago

I'm using python 3.6.5 (anaconda) and pip 19.0.1 - when trying to install hyperopt-sklearn via pip install -e . I get the following message:

Traceback (most recent call last): File "", line 1, in File "/home/oego/Software/hyperopt-sklearn/setup.py", line 24, in long_description = open('README.md').read(), File "/home/oego/Software/anaconda3/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1807: ordinal not in range(128)

Command "python setup.py egg_info" failed with error code 1 in /home/oego/Software/hyperopt-sklearn/

I searched for the error message on the web and already installed libevent-dev and python-dev since it solved this issue for other people, but I still get this error message.

Any thoughts on this?

yiyang-yu commented 5 years ago

Hi, I am having same issue. Any updates?