Skip to content
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: Cannot find module 'C:Python310libsite-packagesscraper #15

Open
nsamarin opened this issue Feb 3, 2022 · 0 comments
Open

Error: Cannot find module 'C:Python310libsite-packagesscraper #15

nsamarin opened this issue Feb 3, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nsamarin
Copy link
Member

nsamarin commented Feb 3, 2022

Hi ,
I tried to run https://github.com/blues-lab/google-play-scraper-py and got the following error message.I appreciate your help :
Traceback (most recent call last):
File "C:\Users\admin\Box\AA Projects\App security updates-threats\Googleplay_applist1.py", line 1, in
import scraper
File "C:\Python310\lib\site-packages\scraper_init_.py", line 1, in
from .scraper import *
File "C:\Python310\lib\site-packages\scraper\scraper.py", line 1, in
import scraper.wrapper as _wrapper
File "C:\Python310\lib\site-packages\scraper\wrapper.py", line 70, in
_wrapper = _Wrapper(vars=['collection', 'category', 'age', 'sort'])
File "C:\Python310\lib\site-packages\scraper\wrapper.py", line 31, in init
setattr(_Wrapper, var, self._execute_var(var))
File "C:\Python310\lib\site-packages\scraper\wrapper.py", line 40, in _execute_var
return self._execute(script)
File "C:\Python310\lib\site-packages\scraper\wrapper.py", line 49, in _execute
raise ScraperException(stderr) from None
scraper.exceptions.ScraperException: node:internal/modules/cjs/loader:936

throw err;

^

Error: Cannot find module 'C:Python310libsite-packagesscraper

ode_modulesgoogle-play-scraper'

Require stack:

  • C:\Users\admin\Box\AA Projects\App security updates-threats[eval]

    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)

    at Function.Module._load (node:internal/modules/cjs/loader:778:27)

    at Module.require (node:internal/modules/cjs/loader:1005:19)

    at require (node:internal/modules/cjs/helpers:102:18)

    at [eval]:1:13

    at Script.runInThisContext (node:vm:129:12)

    at Object.runInThisContext (node:vm:305:38)

    at node:internal/process/execution:75:19

    at [eval]-wrapper:6:22

    at evalScript (node:internal/process/execution:74:60) {

    code: 'MODULE_NOT_FOUND',

    requireStack: [

    'C:\Users\admin\Box\AA Projects\App security updates-threats\[eval]'

    ]

}

@nsamarin nsamarin added the bug Something isn't working label Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants