pyalma icon indicating copy to clipboard operation
pyalma copied to clipboard

ImportError: cannot import name 'unquote'

Open MrJeremyHobbs opened this issue 6 years ago • 0 comments

I get the following error when trying to run for the first time:

from yarl import URL, unquote

ImportError: cannot import name 'unquote'

Looking at the web, it seems to be an issue with a recent update to the yarl module. Downgrading the yarl version in the requirements.txt file to yarl==0.18.0 seems to work.

See link: https://github.com/aio-libs/aiohttp/issues/2662

MrJeremyHobbs avatar Jan 23 '19 18:01 MrJeremyHobbs