I installed TEx through pip and everything was OK. When I try to input the command python3 -m TEx connect --config /usr/my_TEx_config.config I obtain this error message : os.mkdir(config['CONFIGURATION']['data_path'])
FileNotFoundError: [Errno 2] No such file or directory: '/usr/home/tex_data/'
I checked, the folder wasn't there so I created it. Now it's OK but I always have the same error message.
Any idea why ?
Thanks !
Hi there,
I installed TEx through pip and everything was OK. When I try to input the command
python3 -m TEx connect --config /usr/my_TEx_config.config
I obtain this error message : os.mkdir(config['CONFIGURATION']['data_path']) FileNotFoundError: [Errno 2] No such file or directory: '/usr/home/tex_data/' I checked, the folder wasn't there so I created it. Now it's OK but I always have the same error message. Any idea why ? Thanks !