dikshagohlyan@DIKSHAs-MBP ~ % python3 -c 'import bcrypt,base64; print(base64.b64encode(bcrypt.hashpw("pleasechange".encode(), bcrypt.gensalt())))' Traceback (most recent call last): File "<string>", line 1, in <module> File "/opt/homebrew/Cellar/python@3.9/3.9.12_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/base64.py", line 58, in b64encode encoded = binascii.b2a_base64(s, newline=False) TypeError: a bytes-like object is required, not 'str'
Also I am getting this error. Do you know it might be
If you're using a self-hosted server, you're responsible for configuring the server with a username and a password as part of the server deployment (see here: https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config#web-login-authentication )
This is not related to the SaaS (the cloud-based service provided by ClearML)