Hi, I am going to this Harvester on my Local.
So I cloned this rep on my local and executed all steps step by step as your readme.
But Now, I am getting this error when I run alembic upgrade head command.
...
...
File "C:\Users\Home\AppData\Local\Programs\Python\Python310\lib\site-packages\pymysql\connections.py", line 692, in _read_packet
packet_header = self._read_bytes(4)
File "C:\Users\Home\AppData\Local\Programs\Python\Python310\lib\site-packages\pymysql\connections.py", line 748, in _read_bytes
raise err.OperationalError(
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query')
(Background on this error at: https://sqlalche.me/e/14/e3q8)
Hi, I am going to this Harvester on my Local. So I cloned this rep on my local and executed all steps step by step as your readme. But Now, I am getting this error when I run
alembic upgrade head
command.And here is my docker-compose.yml file.
My local system is Win_10. So Can't I run this Harvester on Win_10 local? How can I solve this issue? Please help me. Best.