IntelligenceX / SDK

Public SDK for Intelligence X
https://intelx.io
405 stars 93 forks source link

Error - from intelxapi import intelx #549

Closed cmlh closed 8 months ago

cmlh commented 8 months ago

getting error for 'from intelxapi import intelx tried with pip install intelxapi. this is also getting error ERROR: Could not find a version that satisfies the requirement intelxapi (from versions: none) ERROR: No matching distribution found for intelxapi

Originally posted by @smk1710 in https://github.com/IntelligenceX/SDK/issues/9#issuecomment-1501255303

cmlh commented 8 months ago

The Python Package is only available on TestPyPI – a separate instance of the Python Package Index that allows you to try distribution tools and processes without affecting the real index

It is installed by executing $ pip install -i https://test.pypi.org/simple/ intelx

Please reach out if there are any other issues @smk1710