Giter VIP home page Giter VIP logo

Comments (2)

mariano54 avatar mariano54 commented on July 17, 2024

pip install -e ../chia-blockchain
OR pip install chia-blockchain

from pool-reference.

VitalkaOdmin avatar VitalkaOdmin commented on July 17, 2024

Hello. I have the following error, version blspy==2.0.2

(venv) root@HM-a3iGE3:~/pool-reference# sudo CHIA_ROOT="/root/.chia/testnet9" ./venv/bin/python -m pool
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/root/pool-reference/pool/main.py", line 1, in
from pool.pool_server import main
File "/root/pool-reference/pool/pool_server.py", line 34, in
from .record import FarmerRecord
File "/root/pool-reference/pool/record.py", line 13, in
class FarmerRecord(Streamable):
File "/root/pool-reference/venv/lib/python3.10/site-packages/chia/util/streamable.py", line 538, in streamable
cls._streamable_fields = create_fields(cls)
File "/root/pool-reference/venv/lib/python3.10/site-packages/chia/util/streamable.py", line 122, in create_fields
parse_function=function_to_parse_one_item(hint),
File "/root/pool-reference/venv/lib/python3.10/site-packages/chia/util/streamable.py", line 431, in function_to_parse_one_item
raise UnsupportedType(f"Type {f_type} does not have parse")
chia.util.streamable.UnsupportedType: Type <class 'blspy.G1Element'> does not have parse
(venv) root@HM-a3iGE3:~/pool-reference#

Can you please tell me the solution?

from pool-reference.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.