You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result:
i get this error:
OpenSSL version for Python is OpenSSL 3.0.15 3 Sep 2024Using virtualenv: /home/chia/chia-blockchain/.venvInstalling dependencies from lock file
pyproject.toml changed significantly since poetry.lock was last generated. Run poetry lock to fix the lock file.
Poetry is not present to run that command.
Version
2.5.1
What platform are you using?
Linux
What ui mode are you using?
CLI
Relevant log output
i get this error:
OpenSSL version for Python is OpenSSL 3.0.15 3 Sep 2024Using virtualenv: /home/chia/chia-blockchain/.venvInstalling dependencies from lock file
pyproject.toml changed significantly since poetry.lock was last generated. Run `poetry lock` to fix the lock file.
The text was updated successfully, but these errors were encountered:
# Change directory
cd chia-blockchain
# Activate the virtual environment
. ./activate
# Stop running services
chia stop -d all
# Deactivate the virtual environment
deactivate
# Remove the current virtual environments
rm -r venv
rm -r .penv
rm -r .venv
# Pull the latest version
git fetch
git checkout latest
git reset --hard FETCH_HEAD --recurse-submodules
# If you get RELEASE.dev0 then delete the package-lock.json in chia-blockchain-gui and install.sh again
# This should say "nothing to commit, working tree clean"
# if you have uncommitted changes, RELEASE.dev0 will be reported
git status
# Install the new version
sh install.sh
# Activate the virtual environment
. ./activate
# Initialize the new version
chia init
What happened?
Upgrade from 2.5.0 to 2.5.1 on Debian with Python 3.9 fails to install poetry. Resolved by manually installing it.
Commands:
git fetch
git checkout latest
git reset --hard FETCH_HEAD --recurse-submodules
sudo bash install.sh
Result:
i get this error:
OpenSSL version for Python is OpenSSL 3.0.15 3 Sep 2024Using virtualenv: /home/chia/chia-blockchain/.venvInstalling dependencies from lock file
pyproject.toml changed significantly since poetry.lock was last generated. Run
poetry lock
to fix the lock file.Poetry is not present to run that command.
Version
2.5.1
What platform are you using?
Linux
What ui mode are you using?
CLI
Relevant log output
The text was updated successfully, but these errors were encountered: