UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 37: ordinal not in range(128)

Hi Justine,

I don't really know what that means. I have limited understanding about the command line and associated things so if you could explain it in painfully simple terms I would greatly appreciate it. I am going to try what you suggested and thank you for getting back to me so quickly.

I tried what you suggested but I think I have a lapse in my understanding of the syntax. I tried to use the code from this post but it is still not working.

An unexpected error has occurred:

'ascii' codec can't decode byte 0xb0 in position 37: ordinal not in range(128)

See above for debug info.

So then I tried to re-run the fix:
(qiime2-2018.11) CANR-Biddle-Lab-iMac:~ BiddleLab$ echo $LC_ALL

(qiime2-2018.11) CANR-Biddle-Lab-iMac:~ BiddleLab$ echo $LANG

en_US.UTF-8

(qiime2-2018.11) CANR-Biddle-Lab-iMac:~ BiddleLab$ export LC_ALL=en_US.UTF-8

And then I tried to re-import my data but I got the same error as before.

Traceback (most recent call last):
File "/Users/BiddleLab/anaconda3/envs/qiime2-2018.11/lib/python3.5/site-packages/q2cli/tools.py", line 140, in import_data
view_type=input_format)
File "/Users/BiddleLab/anaconda3/envs/qiime2-2018.11/lib/python3.5/site-packages/qiime2/sdk/result.py", line 240, in import_data
return cls.from_view(type, view, view_type, provenance_capture)
File "/Users/BiddleLab/anaconda3/envs/qiime2-2018.11/lib/python3.5/site-packages/qiime2/sdk/result.py", line 265, in _from_view
result = transformation(view)
File "/Users/BiddleLab/anaconda3/envs/qiime2-2018.11/lib/python3.5/site-packages/qiime2/core/transform.py", line 73, in transformation
other.validate(new_view)
File "/Users/BiddleLab/anaconda3/envs/qiime2-2018.11/lib/python3.5/site-packages/qiime2/core/transform.py", line 143, in validate
view.validate('min')
File "/Users/BiddleLab/anaconda3/envs/qiime2-2018.11/lib/python3.5/site-packages/qiime2/plugin/model/directory_format.py", line 171, in validate
getattr(self, field)._validate_members(collected_paths, level)
File "/Users/BiddleLab/anaconda3/envs/qiime2-2018.11/lib/python3.5/site-packages/qiime2/plugin/model/directory_format.py", line 101, in _validate_members
self.format(path, mode='r').validate(level)
File "/Users/BiddleLab/anaconda3/envs/qiime2-2018.11/lib/python3.5/site-packages/qiime2/plugin/model/file_format.py", line 24, in validate
self.validate(level)
File "/Users/BiddleLab/anaconda3/envs/qiime2-2018.11/lib/python3.5/site-packages/q2_types/per_sample_sequences/_format.py", line 204, in validate
self._check_n_records(record_count_map[level])
File "/Users/BiddleLab/anaconda3/envs/qiime2-2018.11/lib/python3.5/site-packages/q2_types/per_sample_sequences/_format.py", line 164, in check_n_records
for i, record in file
:
File "/Users/BiddleLab/anaconda3/envs/qiime2-2018.11/lib/python3.5/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 37: ordinal not in range(128)

An unexpected error has occurred:

'ascii' codec can't decode byte 0xb0 in position 37: ordinal not in range(128)

See above for debug info.