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

PyPI package installation is missing files #17

Open
xeroks opened this issue Apr 22, 2022 · 1 comment
Open

PyPI package installation is missing files #17

xeroks opened this issue Apr 22, 2022 · 1 comment
Labels

Comments

@xeroks
Copy link

xeroks commented Apr 22, 2022

Thanks for creating the PyPI packages. When attempting to use the IPXACT package there are some missing schema files. I see that in Git it's included as a submodule so it should work if I clone the repo. For my purpose I need to use the PyPI package to make reuse/setup simpler for other users.

File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyEDAA/IPXACT/Catalog.py", line 147, in FromFile raise PyIpxactException(f"Couldn't open '{schemaPath}'.") from ex pyEDAA.IPXACT.PyIpxactException: Couldn't open '../lib/schema/ieee-1685-2014/index.xsd'.

@Paebbels
Copy link
Member

Oh, you're right, we didn't add the schema files as data files to the package.

Hmmm this requires a change to pyTooling first, as it's providing some helper functions for setuptools. Here data files are not yet an optional parameter :(.

@Paebbels Paebbels added the bug label Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants