Stephen Wong
Results
2
comments of
Stephen Wong
for some reason, the -b flag doesn't work on ubuntu. I solved it by using: `htpasswd -n /var/www/conf/arbitrage.passwd [username]` and entering the password in the prompt `New password:`
same issue here. fixed by: uninstall poetry first, and switch your local python version to 3.11.7 by ```pyenv local 3.11.7```. then, reinstall poetry.