-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in running #67
Comments
Please see Issue #57 for more |
We want to crawl and download apks from Playstore. We have installed it successfully now. It generates a folder named playstorecrawler in dist directory without any error with message "5217 INFO: Building COLLECT out00-COLLECT.toc completed successfully.". Now please explain how can we proceed further to download apks. Please reply. |
I can believe that pyinstaller would not work. I'm sure that one of the dependencies is not freeze compatible. Just execute the script through the python interperter python3 apkcrawler.py report.txt |
On running the command |
So reply to github this message.
May be they can suggest.
…On 25 Feb 2018 6:04 pm, "Mayank Gupta" ***@***.***> wrote:
On running the command
python3 apkcrawler.py report.txt
I have received a error :-
from Crypto.Util import _counter
ImportError: cannot import name '_counter'
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMUHzYp9hEaaLVPvi-9I9nynCQf2gfPSks5tYVNlgaJpZM4SKSf5>
.
|
We are using Ubuntu 16.04.
Please inform from where we can download report_sources.sh?
Even if we are running ./apkcrawler.py, I am getting error -
from Crypto.Util import _counter
ImportError: cannot import name '_counter'
All requirements are installed. Please inform what can be the cause of error?
The text was updated successfully, but these errors were encountered: