forked from ethereum/staking-deposit-cli
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/_MEIAc9aCL/ethstaker_deposit/VERSION'
I'm bundling using pyinstall on Ubuntu.
rm -rf .venv dist __pycache__ */__pycache__
python3 -m venv .venv
. .venv/bin/activate
python3 -m pip install --upgrade pip
pip install -r build_configs/linux/requirements.txt -r requirements.txt
mkdir -p dist/bin && pyinstaller \
--clean \
--distpath ./dist/bin \
build_configs/linux/build.specThe binary compiles, but on the main branch it errors on runtime.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.3 LTS
Release: 24.04
Codename: noble
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels