-
Notifications
You must be signed in to change notification settings - Fork 54
Python error on macos caching_sha2_password #40
Comments
Just to be sure this is not an issue with the newest version of MySQL I pinned the version to 8.0.23 in the docker-compose files, which is the version I always run my tests on. Do you still have the issue? |
Yes. I still see it. |
The same issue on Windows: This time I checked initialization logs:
I guess it's not about caching_sha_2. |
i have the sha issue with centos 7, fresh install with the docker commands on the readme. tried all day to find a fix |
I have updated the Docker base image and requirements.txt to latest version (in main branch), does this solve the issue? Somehow I can't reproduce it. |
Quick note, don't forget to update the submodules as well with: |
I execute:
docker-compose -p node-template -f docker-compose.substrate-node-template.yml up --build
I get:
harvester-worker_1 | [2021-01-22 07:16:54,965: ERROR/ForkPoolWorker-2] Task app.tasks.accumulate_block_recursive[36094758-9c0e-4730-a370-b61ee11a8c42] raised unexpected: NotSupportedError("(mysql.connector.errors.NotSupportedError) Authentication plugin 'caching_sha2_password' is not supported",)
The text was updated successfully, but these errors were encountered: