#Need help setting this up

1 messages · Page 1 of 1 (latest)

eager phoenix
#

im using a conda environment to setup
https://github.com/swyang50066/cv-segmentation
but it seem to give an error when i run the "python setup.py" command
(test) C:\Users\Utsav\Downloads\cv-segmentation-main\cv-segmentation-main>python setup.py
Traceback (most recent call last):
File "setup.py", line 22, in <module>
long_description=open("README.md").read(),
File "C:\Users\Utsav\anaconda3\envs\test\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 2819: character maps to <undefined>

GitHub

Algorithmic Methods of Model-based Medical Image Segmentation Using Python - swyang50066/cv-segmentation

eager phoenix
#

well i fixed it

#

but now its showing other errors