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

paver setup error #434

Open
caduguedess opened this issue Jun 27, 2019 · 0 comments
Open

paver setup error #434

caduguedess opened this issue Jun 27, 2019 · 0 comments

Comments

@caduguedess
Copy link

caduguedess commented Jun 27, 2019

Hi, I'm trying to install WAB following these commands:
in cmd: pip install paver
in Git Bash: git clone --recursive http://github.com/boundlessgeo/qgis-webappbuilder-plugin.git
in Git Bash: git submodule update --remote
with no error
But when I do the next command:
in cmd: paver install
either in cmd or Git Bash it gives me the following error:

Traceback (most recent call last):
  File "c:\users\cadug\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\users\cadug\appdata\local\programs\python\python37\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Users\cadug\AppData\Local\Programs\Python\Python37\Scripts\paver.exe\__main__.py", line 9, in <module>
  File "c:\users\cadug\appdata\local\programs\python\python37\lib\site-packages\paver\tasks.py", line 890, in main
    _launch_pavement(args)
  File "c:\users\cadug\appdata\local\programs\python\python37\lib\site-packages\paver\tasks.py", line 858, in _launch_pavement
    exec(compile(source, environment.pavement_file, 'exec'), mod.__dict__)
  File "pavement.py", line 11, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant