movermeyer/backports.datetime_fromisoformat

import not working with user install

rlyons opened this issue · 2 comments

python3 -m pip install --user backports.datetime_fromisoformat

from backports.datetime_fromisoformat import MonkeyPatch

ModuleNotFoundError: No module named 'backports.datetime_fromisoformat'

username@hostname:/home/username/.local/lib/python3.6/site-packages/backports $ ls -l *
-rwxrwxr-x. 1 username username 54136 Oct 5 10:47 _datetime_fromisoformat.cpython-36m-x86_64-linux-gnu.so
username@hostname:/home/username/.local/lib/python3.6/site-packages/backports $

Thanks for the notice. I've fixed the problem and released a new version.

Tested from my end with perfect results. Thanks for the good work and quick turnaround. This is a life-saver for a task I was working on (we can't get 3.7 in house yet)