ppizarror/PyMultiDictionary

getting an error while installation

adityaprasad502 opened this issue ยท 5 comments

image

I am getting this 'python setup.py egg_info did not run successfully. exit code: 1' error while trying to install 'PyMultiDictionary' package ๐Ÿค”

I can confirm this. Are you using python 3.9 or newer? The problem relies on "goslate" package. You could see the same output if run:

py -3.9  -m pip install goslate

Will return the same issue. I'll patch it asap

Fixed in #11. I'm going to upload to PyPI. Let me know if any other issue happens :)

image

its installing fine now. ๐Ÿ’–. Thank You

I can confirm this. Are you using python 3.9 or newer? The problem relies on "goslate" package. You could see the same output if run:

py -3.9  -m pip install goslate

Will return the same issue. I'll patch it asap

Yeah, python 3.10 ๐Ÿ˜

I've updated the library. Just install it through pip and let me know ๐Ÿ˜„