question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pool_escaping_innerpuz.clvm.hex not found ... when starting pool_server.py since the update of branch pools.2021-june-4

See original GitHub issue

Not 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:closed
  • Created 2 years ago
  • Comments:10

github_iconTop GitHub Comments

3reactions
Nico-VanHaastercommented, Jun 5, 2021

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.

git clone https://github.com/Chia-Network/chia-blockchain.git -b pools.2021-may-25 --recurse-submodules
cd chia-blockchain
git checkout -b working-commit d72452c5c7c468df24a093d24617cf1e57dedf3e

This is purely a work around and requires a rollback to a specific commit.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update Git branches from master - Stack Overflow
I was merging another source branch (not master) and additional steps to add to this nice answer was to update it on my...
Read more >
Sync with a remote Git repository (fetch, pull, update) - JetBrains
You can do this in one of the following ways: fetch changes, pull changes, or update your project. The Git branches popup indicates...
Read more >
Change the default branch - Azure Repos | Microsoft Learn
Learn how to change your default branch name. ... More options next to the new default branch you want, and choose Set as...
Read more >
Gitflow Workflow | Atlassian Git Tutorial
git flow init Initialized empty Git repository in ~/project/.git/ No branches exist yet. Base branches must be created now. Branch name for production ......
Read more >
Default branch - GitLab Docs
GitLab also provides the Git commands you need to update your copy of the repository. Change the default branch name for a project....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found