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

HOTFIX: Hardcode version number for binary builds #130

Merged
merged 1 commit into from Oct 1, 2020
Merged

Conversation

CarlBeek
Copy link
Collaborator

@CarlBeek CarlBeek commented Oct 1, 2020

Binary builds broken due to not having a version of themselves in setup tools. Solution: hardcode version number

~/Downloads/eth2deposit-cli-7f43610-darwin-amd64
➜ ./deposit --num_validators 1 --chain zinken

Traceback (most recent call last):
  File "eth2deposit/deposit.py", line 5, in <module>
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "/usr/local/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
  File "eth2deposit/credentials.py", line 13, in <module>
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "/usr/local/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
  File "eth2deposit/settings.py", line 5, in <module>
  File "pkg_resources/__init__.py", line 899, in require
  File "pkg_resources/__init__.py", line 785, in resolve
pkg_resources.DistributionNotFound: The 'eth2deposit' distribution was not found and is required by the application
[89842] Failed to execute script deposit

@CarlBeek CarlBeek merged commit 72b3912 into master Oct 1, 2020
@CarlBeek CarlBeek deleted the v0.0.4-hotfix branch March 16, 2022 11:18
everhusk pushed a commit to earthwallet/earth-wallet-cli that referenced this pull request Aug 3, 2023
HOTFIX: Hardcode version number for binary builds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants