stacks-network / stacks-blockchain-docker

Stacks-blockchain with API using docker compose
GNU General Public License v3.0
27 stars 37 forks source link

Python deprecation warning #95

Closed friedger closed 1 year ago

friedger commented 1 year ago

After upgrading to 2.05.0.6.0, a deprecation warning is shown:

/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
  "class": algorithms.Blowfish,
/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
  "class": algorithms.Blowfish,
Attaching to stacks-blockchain, stacks-blockchain-api, postgres
postgres                 | 
postgres                 | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres                 | 
wileyj commented 1 year ago

If i had to guess, I'd say try to update docker-compose - this repo doesn't have any python in it so it can remain as simple as possible.

IIRC, docker-compose used to be a python script, but it's since moved to a go binary. if that's not it, i'll need some more detailed logs/machine config etc.

I've seen this message before, but never in the context of this repo.

friedger commented 1 year ago

Updating docker-compose helped.