Because of the internal API changes, it makes it hard to install plugins using datasette install <plugin> you must go and find the specific version that is compatible with the new alpha version.
For example:
datasette install datasette-search-all==1.1.5a0
This also causes problems because some plugins are pinned to specific alpha versions (like datasette-import)