You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\OSGeo4W\apps\Python36\lib\code.py", line 91, in runcode
exec(code, self.locals)
File "<input>", line 1, in <module>
File "<string>", line 18, in <module>
File "C:\OSGeo4W\apps\Python36\lib\copy.py", line 161, in deepcopy
y = copier(memo)
File "C:\OSGeo4W\apps\Python36\lib\site-packages\mappyfile\ordereddict.py", line 61, in __deepcopy__
copy.deepcopy(self.items()))
File "C:\OSGeo4W\apps\Python36\lib\copy.py", line 169, in deepcopy
rv = reductor(4)
TypeError: can't pickle odict_items objects
Hi, I tried to use
deepcopy
and the following error occurs:This is happening in Python >= 3.5
Following the logic maybe it should be like this?
The text was updated successfully, but these errors were encountered: