pool_escaping_innerpuz.clvm.hex not found ... when starting pool_server.py since the update of branch pools.2021-june-4
See original GitHub issueNot sure if this is a bug or the fact that i screw up de update.
Should i do a fresh install? of both? revert? (chia-blockchain & pool-reference) If it is a bug, where can i find the instruction fill a proper bug report? Thanks in adavance
I have followed the update process from https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL#ubuntudebian on the chia-blockchain repo and then did the step #7 on the pool refrence side https://github.com/Chia-Network/pool-reference#install-and-run-testnet and when i run sudo CHIA_ROOT="/home/user/chia-pools/.chia/testnet7" ./venv/bin/python pool/pool_server.py
i get :
Traceback (most recent call last): File “pool/pool_server.py”, line 21, in <module> from pool import Pool File “/home/user/pool-reference/pool/pool.py”, line 30, in <module> from singleton import create_absorb_transaction File “/home/user/pool-reference/pool/singleton.py”, line 20, in <module> POOL_ESCAPING_MOD = load_clvm(“pool_escaping_innerpuz.clvm”) File “/home/user/pool-reference/venv/lib/python3.8/site-packages/chia/wallet/puzzles/load_clvm.py”, line 37, in load_clvm return Program.from_bytes(bytes(load_serialized_clvm(clvm_filename, package_or_requirement=name))) File “/home/user/pool-reference/venv/lib/python3.8/site-packages/chia/wallet/puzzles/load_clvm.py”, line 31, in load_serialized_clvm clvm_hex = pkg_resources.resource_string(package_or_requirement, hex_filename).decode(“utf8”) File “/home/lltuserpool-reference/venv/lib/python3.8/site-packages/pkg_resources/init.py”, line 1156, in resource_string return get_provider(package_or_requirement).get_resource_string( File “/home/user/pool-reference/venv/lib/python3.8/site-packages/pkg_resources/init.py”, line 1401, in get_resource_string return self._get(self._fn(self.module_path, resource_name)) File “/home/user/pool-reference/venv/lib/python3.8/site-packages/pkg_resources/init.py”, line 1616, in _get with open(path, ‘rb’) as stream: FileNotFoundError: [Errno 2] No such file or directory: ‘/home/user/pool-reference/venv/lib/python3.8/site-packages/chia/wallet/puzzles/pool_escaping_innerpuz.clvm.hex’
Issue Analytics
- State:
- Created 2 years ago
- Comments:10
Top GitHub Comments
I havent traced back why its actually causing a problem to the other branch. Looks like the PR to the new branch was after the rename so it looks like a regression issue.
What I have done is gone back to that specific commit with this sort of steps.
This is purely a work around and requires a rollback to a specific commit.
Found this was renamed in the commit: https://github.com/Chia-Network/chia-blockchain/commit/e2bc9a7119e06bed6e9aa82e1399d62e74532d5b