open-ibans / ibans-python

IBAN parser and validator
MIT License
6 stars 4 forks source link

`import ibans` - doesn't work #2

Open jeetpatel9 opened 3 years ago

jeetpatel9 commented 3 years ago

I have installed package as pip install ibans

Then started following the instructions form your repository to import module ibans but it doesn't work.

>>>import ibans

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'ibans'

Refer to the attachment

Screenshot 2021-05-28 at 11 01 24 AM
yacc143 commented 2 years ago

This seems to be caused by the wheel on PyPI being faulty (or simply empty, containing only the meta data).

zongo811 commented 1 year ago

For an alternative you can use https://pypi.org/project/schwifty/ This worked nicely for me.