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

Unable to run compath populate #88

Open
bigsuicideparty opened this issue Feb 11, 2020 · 2 comments
Open

Unable to run compath populate #88

bigsuicideparty opened this issue Feb 11, 2020 · 2 comments

Comments

@bigsuicideparty
Copy link

bigsuicideparty commented Feb 11, 2020

I succesfully installed compath.

However, when I run the command "python3 -m compath populate" I get the follwoing error:

Traceback (most recent call last):
  File "/home/felix_beulig_unibt/miniconda2/envs/kegg/lib/python3.8/runpy.py", line 193, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/felix_beulig_unibt/miniconda2/envs/kegg/lib/python3.8/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/home/felix_beulig_unibt/miniconda2/envs/kegg/lib/python3.8/site-packages/compath/__main__.py", line 5, in <modul
e>
    from compath.cli import main
  File "/home/felix_beulig_unibt/miniconda2/envs/kegg/lib/python3.8/site-packages/compath/cli.py", line 12, in <module>
    from flask_security import SQLAlchemyUserDatastore
  File "/home/felix_beulig_unibt/miniconda2/envs/kegg/lib/python3.8/site-packages/flask_security/__init__.py", line 13, i
n <module>
    from .core import Security, RoleMixin, UserMixin, AnonymousUser, current_user
  File "/home/felix_beulig_unibt/miniconda2/envs/kegg/lib/python3.8/site-packages/flask_security/core.py", line 28, in <m
odule>
    from .forms import ChangePasswordForm, ConfirmRegisterForm, \
  File "/home/felix_beulig_unibt/miniconda2/envs/kegg/lib/python3.8/site-packages/flask_security/forms.py", line 17, in <
module>
    from flask_wtf import FlaskForm as BaseForm
  File "/home/felix_beulig_unibt/miniconda2/envs/kegg/lib/python3.8/site-packages/flask_wtf/__init__.py", line 17, in <mo
dule>
    from .recaptcha import *
  File "/home/felix_beulig_unibt/miniconda2/envs/kegg/lib/python3.8/site-packages/flask_wtf/recaptcha/__init__.py", line 
2, in <module>
    from .fields import *
  File "/home/felix_beulig_unibt/miniconda2/envs/kegg/lib/python3.8/site-packages/flask_wtf/recaptcha/fields.py", line 3,
 in <module>
    from . import widgets
  File "/home/felix_beulig_unibt/miniconda2/envs/kegg/lib/python3.8/site-packages/flask_wtf/recaptcha/widgets.py", line 5
, in <module>
    from werkzeug import url_encode
ImportError: cannot import name 'url_encode' from 'werkzeug' (/home/felix_beulig_unibt/miniconda2/envs/kegg/lib/python3.8
/site-packages/werkzeug/__init__.py)
@cthoyt
Copy link
Member

cthoyt commented May 16, 2020

@ddomingof
Copy link
Member

@bigsuicideparty can you please check

@cthoyt cthoyt changed the title Unable to run compath populate Unable to run compath populate Nov 18, 2020
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

3 participants