error: package directory 'src/pmidcite/eutils/pubmed/mesh' does not exist
Travis-Barton opened this issue · 3 comments
Travis-Barton commented
Hey all,
I made a fresh python 3.8 enviornment and ran pip install pmidcite
and got the following error:
Collecting pmidcite
Using cached pmidcite-0.0.36.tar.gz (2.6 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
running egg_info
creating /private/var/folders/lg/xq84d0w15qv8wrgxqbrxznkm0000gn/T/pip-pip-egg-info-zi1zdbyn/pmidcite.egg-info
writing /private/var/folders/lg/xq84d0w15qv8wrgxqbrxznkm0000gn/T/pip-pip-egg-info-zi1zdbyn/pmidcite.egg-info/PKG-INFO
writing dependency_links to /private/var/folders/lg/xq84d0w15qv8wrgxqbrxznkm0000gn/T/pip-pip-egg-info-zi1zdbyn/pmidcite.egg-info/dependency_links.txt
writing top-level names to /private/var/folders/lg/xq84d0w15qv8wrgxqbrxznkm0000gn/T/pip-pip-egg-info-zi1zdbyn/pmidcite.egg-info/top_level.txt
writing manifest file '/private/var/folders/lg/xq84d0w15qv8wrgxqbrxznkm0000gn/T/pip-pip-egg-info-zi1zdbyn/pmidcite.egg-info/SOURCES.txt'
error: package directory 'src/pmidcite/eutils/pubmed/mesh' does not exist
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
I'm using Mac m1 Monterey 12.3 and python 3.8. Any ideas why?
tarek-kerbedj commented
stuck with the same problem
dvklopfenstein commented
Thank you for your interest in pmidcite. I will take a look into this shortly.
Thank you for the detailed error messages.
dvklopfenstein commented
Thank you so much for your interest in the pmidcite package.
The issue that you are seeing should be fixed now with the removal of the empty package, pmidcite.eutils.pubmed.mesh, from the setup script.
Please give it a try:
$ python3 -m pip install --upgrade pip
Thank you for taking your time to open this issue and for your interest in the project.