-
Notifications
You must be signed in to change notification settings - Fork 283
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
setup.py fails on Windows due to incorrect handling of sub-directories for packages #82
Comments
When running >>> find_package_tree('lib/iris', 'iris')
['iris', 'iris.analysis', 'iris.fileformats', 'iris.io', 'iris.tests', 'iris.fileformats._pyke_rules'] which suggests it is descending into fileformats. What output do you get under Windows? |
As it is, this ticket is neither actionable nor repeatable, so unless more info is provided, is destined to sit here indefinitely... (or get closed by me) I'm not sure what you have provided is the whole story. Have you successfully run Finally, it is worth noting that Iris is not yet supported on Windows, although I am sure it will end up on the roadmap (once a roadmap exists). Thanks, |
line 31 changed '/' for os.sep. install now preceeds to building standard names but then fails with another error. |
Did you submit this as a PR? We would certainly want to keep this change. |
Install on Windows fails with package directory 'lib\iris_pyke_rules' does not exist. This is due to find_package_tree not handling the fact that \lib\iris\fileformats directory contains a sub-directory.
Tests carried out on Windows 7.
The text was updated successfully, but these errors were encountered: