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
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.
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).
The text was updated successfully, but these errors were encountered:
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:
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 usev0.4.0
otherwise I recommend to use the docker image ofv0.5.0
(tobiwo/eth-duties:v0.5).The text was updated successfully, but these errors were encountered: