-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels