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

Install names mismatch in v1.1.0 #74

Closed
alexfikl opened this issue Nov 17, 2022 · 5 comments
Closed

Install names mismatch in v1.1.0 #74

alexfikl opened this issue Nov 17, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@alexfikl
Copy link

alexfikl commented Nov 17, 2022

In version 1.1.0 the import names were changed to scienceplots (lowercase) but the folder name / repo name / pypi name are still SciencePlots (camelcase). For a simple reproducer, clone the repo and run

python -m pip install -e .

which gives

error: package directory 'scienceplots' does not exist

due to

packages=["scienceplots"],

The Arch package is working around it too
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-scienceplots#n20

@echedey-ls
Copy link
Collaborator

Thanks for letting us know. Will fix that ASAP.
Can be reproduced on linux-based OSs. Not on Windows.

@alexfikl
Copy link
Author

alexfikl commented Nov 17, 2022

Thanks for letting us know. Will fix that ASAP. Can be reproduced on linux-based OSs. Not on Windows.

Thanks for the quick response!
On Windows it probably has something to do with case insensitive file systems?

@echedey-ls
Copy link
Collaborator

On Windows it probably has something to do with case insensitive file systems?

Was definitely that. Sorry for not testing on Linux.

@echedey-ls
Copy link
Collaborator

Reopening because github doesn't show git rename change.

@echedey-ls
Copy link
Collaborator

Didn't expect renaming to be this difficult. Solved.

Thanks for your help.

@echedey-ls echedey-ls added the bug Something isn't working label Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants