FATSLiM / fatslim

Main code repository for FATSLiM
GNU General Public License v3.0
21 stars 10 forks source link

fatslim install #17

Open clarkea07 opened 4 years ago

clarkea07 commented 4 years ago

I tried installing fatslim both with pip and by cloning from git, and I get the following error message:

Traceback (most recent call last): File "/usr/local/bin/fatslim", line 4, in import('pkg_resources').run_script('fatslim==0.2.2', 'fatslim') File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 658, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1436, in run_script source = open(script_filename).read() File "/usr/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 0xc3 in position 179: ordinal not in range(128)

Do you know how to resolve this?

seb-buch commented 4 years ago

Hi,

I can not reproduce this issue. I need some further information: what is your OS? Python version? are you using conda? what is the exact pip command you used?

Thanks