Closed Fischmiep closed 1 year ago
This should be fixed hopefully in version 0.1.1, could you check again?
@alejandrogallo Can confirm! The archive at
https://pypi.org/project/papis-zotero/0.1.1/#files
has a weird structure with files in home/gallo/software/papis/env/lib/python3.10/site-packages/
, so it looks like it was packaged incorrectly.
I apologize for this, I just pushed a new version 0.1.2 that should not have that problem. I checked and it should be fine.
Sorry for the delay!
That seems to have done the trick. Thanks for the update!
Hey everyone,
I just installed
papis-zotero
viapip
and encountered the same issue that was described in #16. It seems thatpip
, by default, installs version0.0.3
(you should be able to reproduce this in a fresh venv). Following the advice mentioned in the issue, I tried installing version0.1.0
by specifying the version (note that just specifying0.1.0
as the version does not seem to be sufficient):I found this weird and investigated a little further by manually downloading both package versions from PyPI and looking at the content. After extracting, package version
0.0.3
indeed has the expected content. However, package version0.1.0
only contains what appears to be a copy of the directory structure of a package installation.Personally, I worked around this by downloading the release from GitHub and installing it from source. However, I suggest fixing this by providing a new upstream package of the latest release.