python-bloomfilter icon indicating copy to clipboard operation
python-bloomfilter copied to clipboard

Error installing pybloom

Open Minyanaing opened this issue 5 years ago • 1 comments

When doing the install, the following error is obtained.

ERROR: Complete output from command python setup.py egg_info: ERROR: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-iwa1sif6/pybloom/setup.py", line 2, in <module> from ez_setup import use_setuptools File "/tmp/pip-install-iwa1sif6/pybloom/ez_setup.py", line 98 except pkg_resources.VersionConflict, e: ^ SyntaxError: invalid syntax ---------------------------------------- ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-iwa1sif6/pybloom/

Is there any way to solve the problem?

Minyanaing avatar Jul 23 '19 04:07 Minyanaing

@Minyanaing hi, you could probably use pip install pybloom-live(https://github.com/joseph-fox/python-bloomfilter)

vmkhlv avatar Jul 31 '19 10:07 vmkhlv