Closed dpellow closed 4 years ago
I haven't seen this one before. Could you provide the command you're using and the input files, so I can try to reproduce it?
I just now updated AMBER on PyPI, and you can upgrade it by using pip3 install --upgrade cami-amber
. However, I'm not sure if this will eliminate the error.
Thanks
Thanks for the quick response. The update didn't eliminate the error. I'm attaching a minimal example that causes the error, I see the same error with real data as well.
I run the following command: python cami-env/bin/amber.py -g ~/Downloads/test/genomes.txt -o ~/Downloads/test ~/Downloads/test/bins.txt
I figured out that this had to do with the default encoding of the terminal on my system. You can see this by typing in locale charmap
in the terminal - in my case it was ISO-8859-1 (latin-1).
Updated this using export LANG="en_US.utf8"
and now it works.
Great, thanks for the info!
Hi Amber runs until the HTML phase and creates the expected outputs. In the html phase I get the following output:
I am running in a Python3.7 virtual environment and installed Amber using pip3 per the instructions on github.
Do you know what causes this error?