Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix binary/executable after adding rest server (v0.5.0) #63

Closed
TobiWo opened this issue Nov 23, 2023 · 0 comments · Fixed by #64
Closed

Fix binary/executable after adding rest server (v0.5.0) #63

TobiWo opened this issue Nov 23, 2023 · 0 comments · Fixed by #64
Assignees

Comments

@TobiWo
Copy link
Owner

TobiWo commented Nov 23, 2023

Summary

I added a rest server with several api endpoints in v0.5.0. Due to that the complexity of the application increased which led to the issue that the binary/executable doesn't work correctly anymore.

The user receives errors like:

eth-duties: error: unrecognized arguments: -B -S -E -s -c from multiprocessing.resource_tracker import main;main(5)

This is an issue with pyinstaller which is use for bundling the application. I'm trying to clarify what is going on in the following discussion in the pyinstaller repo.

Recommendation

If you don't need the features introduced in v0.5.0 I recommend to use v0.4.0 otherwise I recommend to use the docker image of v0.5.0 (tobiwo/eth-duties:v0.5).

@TobiWo TobiWo self-assigned this Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant