iw_parse icon indicating copy to clipboard operation
iw_parse copied to clipboard

UserWarning during installation of version 0.0.3 causes ImportError while importing iw_parse

Open abhikeny opened this issue 7 years ago • 2 comments

I am seeing an issue when I try to install the latest (0.0.3) version of the iw_parse package using pip.

# pip install iw_parse
Downloading/unpacking iw-parse
  Downloading iw_parse-0.0.3.tar.gz
  Running setup.py (path:/tmp/pip_build_root/iw-parse/setup.py) egg_info for package iw-parse
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'long_description_content_type'
      warnings.warn(msg)

Installing collected packages: iw-parse
  Running setup.py install for iw-parse
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'long_description_content_type'
      warnings.warn(msg)

Successfully installed iw-parse
Cleaning up...
# python
Python 2.7.6 (default, Nov 13 2018, 12:45:42)
[GCC 4.8.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import iw_parse
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named iw_parse

abhikeny avatar Jan 10 '19 12:01 abhikeny

Can confirm that I have the same problem.

Cornul11 avatar Jan 14 '21 01:01 Cornul11

#12 Solves this issue, since it is caused by the same issue as #11

MrMusic25 avatar Apr 27 '21 00:04 MrMusic25