maxim5 / hyper-engine

Python library for Bayesian hyper-parameters optimization
https://pypi.python.org/pypi/hyperengine
Apache License 2.0
86 stars 22 forks source link

Command "python setup.py egg_info" failed with error code 1 when install hyper-engine #10

Open zjy8006 opened 6 years ago

zjy8006 commented 6 years ago

system: platform: win10 1709 anaconda: 5.1.0 python:3.6.4 tensorflow:1.8 The following error occurred while installing the hyper-engine:

(base) C:\Users\Samantha>pip install hyperengine
Collecting hyperengine
  Using cached https://files.pythonhosted.org/packages/d7/de/cc05d99e18ddb74012bf5d5ec8f7932fd5d667a5373c576d26dfad6f598a/hyperengine-0.1.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Samantha\AppData\Local\Temp\pip-install-7qdfd7at\hyperengine\setup.py", line 21, in <module>
        long_description = read('README.rst'),
      File "C:\Users\Samantha\AppData\Local\Temp\pip-install-7qdfd7at\hyperengine\setup.py", line 9, in read
        return open(os.path.join(os.path.dirname(__file__), file_)).read()
    UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 8018: illegal multibyte sequence

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Samantha\AppData\Local\Temp\pip-install-7qdfd7at\hyperengine\

Any idea about this? Thanks for your time!

maxim5 commented 6 years ago

Thanks for report. This is so strange, readme file is all ASCII. I'll try to reproduce it when I have some free time

On Tue, 1 May 2018, 15:16 Jianyi Zuo, notifications@github.com wrote:

system: platform: win10 1709 anaconda: 5.1.0 python:3.6.4 tensorflow:1.8 The following error occurred while installing the hyper-engine:

(base) C:\Users\Samantha>pip install hyperengine Collecting hyperengine Using cached https://files.pythonhosted.org/packages/d7/de/cc05d99e18ddb74012bf5d5ec8f7932fd5d667a5373c576d26dfad6f598a/hyperengine-0.1.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\Samantha\AppData\Local\Temp\pip-install-7qdfd7at\hyperengine\setup.py", line 21, in longdescription = read('README.rst'), File "C:\Users\Samantha\AppData\Local\Temp\pip-install-7qdfd7at\hyperengine\setup.py", line 9, in read return open(os.path.join(os.path.dirname(file), file)).read() UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 8018: illegal multibyte sequence

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in C:\Users\Samantha\AppData\Local\Temp\pip-install-7qdfd7at\hyperengine\

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/maxim5/hyper-engine/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/ACdgfNUROCVlBreOF6kogQvk9jBsxMQkks5tuGA4gaJpZM4Tt7CE .