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

issues trying to install a new server #2042

Open
jeanphilippegoldman opened this issue May 16, 2022 · 1 comment
Open

issues trying to install a new server #2042

jeanphilippegoldman opened this issue May 16, 2022 · 1 comment

Comments

@jeanphilippegoldman
Copy link

I'm trying to set up a new pybossa server on Linux and I have some issues:

  1. conflicting dependencies. The conflict is caused by:
    pybossa 4.0.2 depends on pyparsing==2.3.0
    httplib2 0.19.0 depends on pyparsing<3 and >=2.4.2
    solution> setup.up , loosen version for pyparsing

2.WTForms deprecated TextField
solution> pip install WTForms==2.3.3

3.when launching app_context_rqworker.py
File "/home/pybossa/pybossa/pybossa/core.py", line 564, in setup_hooks
@csrf.error_handler
AttributeError: 'CSRFProtect' object has no attribute 'error_handler'
solution > ??

many thanks for your answer

@jeanphilippegoldman
Copy link
Author

I found a general workaround by installing:
pyparsing==2.4.2
Flask-WTF==0.14.3
WTForms==2.3.3

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