Please go to the logs view (admin panel -> logs) and raise the log level for "Transfers" to "Everything" (click on the "settings" icon in the top right). If you then repeat the import attempt, you can see everything it does in the logs, including possible errors.
If there is a direct error during import, it would have told you during the attempt. Some errors however could be resolved during import of a dependency and it therefore continues the import attempt for a while (eg. it runs multiple loops). If the error is not resolved in the end, the import will fail - which is what happened here.
Please take a look at what errors it throws, it will probably tell you what is wrong.
Btw. here is the troubleshooting documentation for your case. You might find useful notes there.