Closed meswanb closed 3 years ago
Hi, @meswanb Can you try to use pganonymize 0.6.0?
@nurikk , worked like a charm. Thanks!
Thanks for answering @nurikk I will close the issue.
One questtion @meswanb Did you use a checkout of the repository or the version from PyPi? Unfortunately after releasing version 0.6.0 I realized, that the setup.py
is missing all the new requirements like parmap
, tqdm
and pgcopy
. So currently the version from PyPi shouldn't work - in contrast to a virtualenv created with poetry
.
I will update the setup.py
and create a bugfix release with the correct install_requires
entries.
I grabbed it from PyPi and locally installed parmap, tqdm and pgcopy.
Ok, thanks for your answer. The requirements should be installed automatically after installing the anonymizer with pip install
. I will fix that with the next release.
Version:
pganonymize-0.5.0
@hkage