flask-simpleldap icon indicating copy to clipboard operation
flask-simpleldap copied to clipboard

ImportError: cannot import name 'filter'

Open golanglang opened this issue 5 years ago • 3 comments

File "/usr/local/lib/python3.6/site-packages/flask_simpleldap/init.py", line 6, in from ldap import filter as ldap_filter ImportError: cannot import name 'filter'

golanglang avatar Oct 12 '18 18:10 golanglang

Is this still valid?

alexferl avatar Jul 14 '19 23:07 alexferl

Works for me, for what it's worth! (on Python 3.7.0)

nickolay avatar Oct 05 '19 02:10 nickolay

I am still getting this error

project has black==19.3b0 coverage==5.1 Flask==1.1.2 Flask-Cors==3.0.8 Flask-JWT==0.3.2 Flask-Migrate==2.5.2 flask-simpleldap==1.4.0 Flask-SQLAlchemy==2.4.1 Flask-RESTful==0.3.8 gunicorn==20.0.4 mypy==0.770 pytest==5.4.1

@admiralobvious any pointers to solve?

greyamigo avatar May 27 '20 01:05 greyamigo