Unity package manager error

Hi, i have this error:

An error occurred while resolving packages: One or more packages could not be added to the local file system:
com.unity.collab-proxy: ENOENT: no such file or directory, mkdir ‘C:\Users--\Unity Hub\ Progetto dell’anno \Library \PackageCache, tmp-5224-TUGQzWn6kM3’
com.unity.ext.nunit: ENOENT: no such file or directory, mkdir ‘C:\Users--\Unity Hub\Progetto dell’anno\Library PackageCache,tmp-5224-WsLcgDgWHSND’
com.unity.ade.rider: ENOENT:…

(For the full error message, see the editor log file located at
[C:/Users/-/AppData/Local/Unity/Editor/Editor.log])

Click on Retry to relaunch Unity and reopen your project.

Click on Continue to launch Unity. Some or all packages may not be imported which may cause compilation errors.

Someone can help me?

I’m guessing those “–” marks are some UTF-8 character in your username.

Otherwise it might be the leading space before “Progetto” or else the apostrophe.

That will probably never work.

Do not use anything except A-Z and 0-9 for file paths.

Do not use UTF-8 characters. Do not use quotes. Do not use spaces.