Код: Выделить всё
POSTGRES_USER=admin POSTGRES_PASSWORD=admin POSTGRES_HOST=localhost POSTGRES_DB=postgres alembic revision --autogenerate -m "add new table"
< /code>
raise ValueError( ValueError: the greenlet library is required to use this function. libstdc++.so.6: cannot open shared object file: No such file or directory sys:1: RuntimeWarning: coroutine 'connect' was never awaited
< /code>
Everything is there;
greenlet==3.1.1Код: Выделить всё
find /usr -name libstdc++.so.6 2>/dev/nullls -l /usr/lib/x86_64-linux-gnu/libstdc++.so.6
< /code>
shows
lrwxrwxrwx 1 root root 19 Sep 9 2024 /usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> libstdc++.so.6.0.33
< /code>
What could be the problem? I encounter this libstdc error when running python tests also, any solution?
Подробнее здесь: https://stackoverflow.com/questions/795 ... libstdc-so
Мобильная версия