How to deal with this error


How to solve it?
Any answer is appreciated!

Hello mendax1234,

Could you please provide us with your .tx/config file as well as the client version you’re using with the tx --v command? It would also be helpful if you could share the files you are trying to upload so we can take a closer look at what may be causing the error message.

Best Regards,
Antonis

It’s a problem of the version of Python. After l change my Python from 3.10 to 3.9, it works well.

Hi, l want to know how to delete unnecessary resources in the project?

Hello mendax1234,

The easiest way is to use the following command:

tx delete -r <project_slug>.<resource_slug>

You can find more information about the delete command and its various uses here:

Alternatively, you can use the UI to remove resources from a project. You first go to your dashboard, select the project that you wish to remove resources from, from the drop-down click the resources option, click on the three dots on the top right, go to settings, and you will find the “delete resource” option at the bottom of the window.

As for the python version, the latest compatible version is indeed 3.9.12, and using 3.10 may cause issues like the one you experienced.

Please let me know if you have any more questions!

Best Regards,
Antonis

Thanks for replying!