Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

[Bug]: Not able to install using pip #2260

Description

@Puneet-Bajaj-IITM

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.

import iota_sdk
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'iota_sdk'

Duplicate declaration

  • I have searched the issues tracker this issue and there is none

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions