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

'PointJacobi' object has no attribute '_Point__x' and graphenelib-1.5.4 #315

Open
PirateDigger opened this issue Jul 18, 2022 · 0 comments

Comments

@PirateDigger
Copy link

graphenelib-1.5.4 isn't compatible with this module and as workaround you can install 1.5.1
pip3 install graphenelib==1.5.1

steps for reproduce

from bitshares import BitShares from bitshares.asset import Asset bt = BitShares(expiration=300, node="wss://api.bts.mobi/ws") asset = Asset("YOUR_ASSET", blockchain_instance=bt) asset.bitshares.wallet.unlock("YOUR_PASSWORD") asset.issue(0.1, "USER", "MEMO", blockchain_instance=bt)

pip3 show bitshares
Name: bitshares
Version: 0.7.1
Summary: Python library for bitshares
Home-page: https://github.com/bitshares/python-bitshares
Author: Fabian Schuh
Author-email: Fabian@chainsquad.com
License: UNKNOWN
Location: /usr/local/lib/python3.8/dist-packages
Requires: graphenelib, Events
Required-by:

abitmore added a commit to abitmore/python-graphenelib that referenced this issue Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant