Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

quote is no longer a part of base urllib but urllib.parse #3

Open
SKimble119 opened this issue Sep 23, 2022 · 0 comments
Open

quote is no longer a part of base urllib but urllib.parse #3

SKimble119 opened this issue Sep 23, 2022 · 0 comments

Comments

@SKimble119
Copy link

Running:
graph = _rdf.Graph('rdb2rdf_dm')
results in

ImportError: cannot import name 'quote' from 'urllib' (C:\ProgramData\Anaconda3\lib\urllib_init_.py)

Possible solution:
update _common.py
from
from urllib import quote as _pct_encoded
to
from urllib.parse import quote as _pct_encoded

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant