Skip to content

Can not import module named apk_parse #5

Description

@H4niz

I got this error when trying to import this module:

Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import apk_parse
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'apk_parse'
>>>

More

C:\Users\*****>python --version
Python 3.7.0

C:\Users\*****>python -m pip install apk-parse
Collecting apk-parse
  Using cached https://files.pythonhosted.org/packages/1e/6e/23b4ed8ff4eb832e1db9a6dc85aaa3c7cd95eff390f8e325b9a0fc5c606d/apk_parse-1.0.0-py3-none-any.whl
Installing collected packages: apk-parse
Successfully installed apk-parse-1.0.0

Are there any ideas for fixing this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions