-
Notifications
You must be signed in to change notification settings - Fork 43
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
[Bug]: Not able to install using pip #2260
Comments
Version for the mainnet should be 1.1.4 and not 0.1.0 https://pypi.org/project/iota-sdk |
Yes i tried that earlier but it is not able to find it (iota_env) (base) @Puneet-Bajaj-IITM ➜ /workspaces/IOTA-MODELS (main) $ pip install iota-sdk==1.1.4 |
Then there might be no binary for your OS available, you can build it from source yourself https://wiki.iota.org/iota-sdk/getting-started/python/#build-the-binding-from-source |
Yes i tried that but it also didn't work, it failed. I tried ubuntu,
windows. For which os is binary available. Can you try installing on your
side and tell me your os, python version etc
…On Tue, Jan 7, 2025, 8:37 PM Thoralf-M ***@***.***> wrote:
Then there might be no binary for your OS available, you can build it from
source yourself
https://wiki.iota.org/iota-sdk/getting-started/python/#build-the-binding-from-source
—
Reply to this email directly, view it on GitHub
<#2260 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BB7ZKUFI3TERL65IB4PPHHT2JPUUNAVCNFSM6AAAAABUXZAQ3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZVGUZTCNBWHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
You can see all the available binaries here https://pypi.org/project/iota-sdk/#files, should work on many different targets |
Issue description
Hi when trying to install iota-sdk python i am not able to use it
i have tried all way outs and pip shows that it is installed, whats happening
Version
python 3.12.8
iota-sdk 0.1.0
Expected behaviour
it shall import it easliy
Actual behaviour
not able to import installed package
Can the issue reliably be reproduced?
Yes
Steps to reproduce the issue
pip install iota-sdk
python
from iota-sdk import MintNftParams
Errors
(iota_env) (base) @Puneet-Bajaj-IITM ➜ /workspaces/IOTA-MODELS (main) $ pip install iota-sdk
Requirement already satisfied: iota-sdk in /opt/conda/envs/iota_env/lib/python3.12/site-packages (0.1.0)
(iota_env) (base) @Puneet-Bajaj-IITM ➜ /workspaces/IOTA-MODELS (main) $ python
Python 3.12.8 | packaged by Anaconda, Inc. | (main, Dec 11 2024, 16:31:09) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
Duplicate declaration
The text was updated successfully, but these errors were encountered: