icevision: UnicodeDecodeError when installing
🐛 Bug
Describe the bug Error when I install through pip.
To Reproduce Steps to reproduce the behavior:
- run
pip install git+git://github.com/lgvaz/mantisshrimp.git
… “c:\users.…\appdata\local\programs\python\python37\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 0x8f in position 554: character maps to <undefined> ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Expected behavior Installation
Desktop (please complete the following information):
- OS: [win 10]
Additional context Add any other context about the problem here.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 16 (8 by maintainers)
both the installation and the new colab work fine! Thank you both! @oke-aditya @lgvaz
Can you try again from the original method suggested in the readme. Setup.py should work now. I am able to install as per README.md file by running
pip install git+git://github.com/lgvaz/mantisshrimp.git
Yes still error is prevailing. I will fix it up.
Hi @lgvaz , thank you for your great work on this repo! Not really, I just copied the package manually within the environment lib folder. All the imports work but I haven’t tested it yet because of an issue with run_detr, which I posted here https://github.com/lgvaz/mantisshrimp/issues/39#issuecomment-646096910