Can't checkout into current directory?

On Ubuntu 22.04, I’m creating a project and then attempting to install it. This was working fine before. If I specify . as the target directory for state checkout (as the install page suggests you do), I get a very unclear error:

█ Something Went Wrong

x Could not install dependencies.
x Could not create executors.
x Could not read potential executor file: e7446b55.

If I leave off the ., it installs into a subdirectory just fine.

xihr,

Some things to think about/check:

  • ActiveState does not seem to have access to your executor file e7446b55. This is an indication that the cache directory might have become corrupted. Try running state clean cache to fix the issue.
  • You may have used admin credentials to install the runtime the first time around. Check that you are still using admin creds to make updates.

Let me know if any of these work for you,

Thanks