Skip to content

No such file or directory VERSION #453

@martin-braun

Description

@martin-braun
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.spec

The 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions