ImportError: /opt/chia-blockchain/venv/lib/python3.9/site-packages/blspy.cpython-39-x86_64-linux-gnu.so: undefined symbol: PyCMethod_New #7753
chentianqi168
started this conversation in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i need help.
my reinstall my centos8.3, with python3.9,chia 1.2.2,when i init chia,chia give the error like:
(venv) [root@master chia-blockchain]# chia init
Traceback (most recent call last):
File "/opt/chia-blockchain/venv/bin/chia", line 33, in
sys.exit(load_entry_point('chia-blockchain', 'console_scripts', 'chia')())
File "/opt/chia-blockchain/chia/cmds/chia.py", line 79, in main
cli() # pylint: disable=no-value-for-parameter
File "/opt/chia-blockchain/venv/lib/python3.9/site-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "/opt/chia-blockchain/venv/lib/python3.9/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/opt/chia-blockchain/venv/lib/python3.9/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/chia-blockchain/venv/lib/python3.9/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/chia-blockchain/venv/lib/python3.9/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/opt/chia-blockchain/venv/lib/python3.9/site-packages/click/decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "/opt/chia-blockchain/chia/cmds/init.py", line 27, in init_cmd
from .init_funcs import init
File "/opt/chia-blockchain/chia/cmds/init_funcs.py", line 9, in
from chia.consensus.coinbase import create_puzzlehash_for_pk
File "/opt/chia-blockchain/chia/consensus/coinbase.py", line 1, in
from blspy import G1Element
ImportError: /opt/chia-blockchain/venv/lib/python3.9/site-packages/blspy.cpython-39-x86_64-linux-gnu.so: undefined symbol: PyCMethod_New
who can tell me what's the matter.
Beta Was this translation helpful? Give feedback.
All reactions