mattja / sdeint

Numerical integration of Ito or Stratonovich SDEs
GNU General Public License v3.0
154 stars 25 forks source link

Codec error when installing #2

Closed yoavram closed 8 years ago

yoavram commented 8 years ago
 pip install sdeint
Collecting sdeint
  Downloading sdeint-0.2.0.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\yoavram\AppData\Local\Temp\pip-build-ptlgr1og\sdeint\setup.py", line 48, in <module>
        long_description=read('README.rst'),
      File "C:\Users\yoavram\AppData\Local\Temp\pip-build-ptlgr1og\sdeint\setup.py", line 11, in read
        return codecs.open(os.path.join(here, *parts), 'r').read()
      File "D:\Anaconda3\lib\encodings\cp1255.py", line 23, in decode
        return codecs.charmap_decode(input,self.errors,decoding_table)[0]
    UnicodeDecodeError: 'charmap' codec can't decode byte 0x9f in position 1592: character maps to <undefined>

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\yoavram\AppData\Local\Temp\pip-build-ptlgr1og\sdeint

Same thing happens when installing directly from the code downloaded from github.

Python 3.4, Windows 7 64-bit.

yoavram commented 7 years ago

Hi it seems that the PR wasn't updates on PyPI.

mattja commented 7 years ago

Thanks for your reminder. I have just updated PyPi with version 0.2.1.

yoavram commented 7 years ago

Great, thanks!