AttributeError
For a few days any command executed always gives me the same error, that is:
Traceback (most recent call last):
File "/home/zanelab/Scrivania/Francesco/obitools3/obi3-env/bin/obi", line 62, in
config[root_config_name]['module'].run(config)
File "python/obitools3/commands/history.pyx", line 44, in obitools3.commands.history.run
input = open_uri(config['obi']['inputURI'])
File "python/obitools3/uri/decode.pyx", line 177, in obitools3.uri.decode.open_uri
cdef bytes urib = tobytes(uri)
AttributeError: 'str' object has no attribute 'isascii'
I have tried to run different commands in different dms, but the result is more or less always the same. Paradoxically, the only command that does not return an error is 'obi test'. I have updated all the software required to run OBItools3. Where can this problem came from? Thanks a lot for any help