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
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