Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install the plugin with the suggested pip command #12

Closed
johnnovak opened this issue Dec 12, 2022 · 4 comments
Closed

Cannot install the plugin with the suggested pip command #12

johnnovak opened this issue Dec 12, 2022 · 4 comments

Comments

@johnnovak
Copy link

johnnovak commented Dec 12, 2022

I cannot install the plugin with the pip install mkdocs-glightbox command as suggested in the README. It appears that pip only displays a warning and the install was successful, but then the plugin is not in the installed package list, and mkdocs cannot find it:

image

image

The workaround is to install the plugin with the below command, but it took a while for me to figure this out:

pip install --use-pep517 mkdocs-glightbox

I'm using the following versions:

image

@blueswen
Copy link
Owner

Hi @johnnovak,

I can't reproduce this error on a clean Linux container(python:3.9.16-slim with pip 22.3.1). Could you provide your setuptools and wheel versions as follow?

pip list | grep "setuptools\|wheel"

@johnnovak
Copy link
Author

johnnovak commented Dec 16, 2022

I can't reproduce this error on a clean Linux container(python:3.9.16-slim with pip 22.3.1). Could you provide your setuptools and wheel versions as follow?

Sure thing. I'm on macOS + MacPorts, btw.

Looks like I don't have wheel.

image

@blueswen
Copy link
Owner

I just uploaded the package wheel to PyPI. This issue should be fixed when the wheel file is provided.

@johnnovak
Copy link
Author

I just uploaded the package wheel to PyPI. This issue should be fixed when the wheel file is provided.

That apparently fixed it. I've just done an uninstall followed by an install, and it downloaded that whl fine and didn't complain about anything. I think we can consider this resolved then, cheers guys.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants