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

Data files not included when TopoNetX package is built #195

Open
Hellsegga opened this issue Jul 12, 2023 · 1 comment
Open

Data files not included when TopoNetX package is built #195

Hellsegga opened this issue Jul 12, 2023 · 1 comment

Comments

@Hellsegga
Copy link
Contributor

If I run pip install '.[all]' i.e. not in editable mode with the -e option (or if I get TopoNetX as dependency from TopoModelX), then data files (such as bunny.obj and coauthorship.npy in https://github.com/pyt-team/TopoNetX/tree/main/toponetx/datasets) are excluded.

I believe something has to be changed in the setuptools/.toml file config for the right files to be included (https://setuptools.pypa.io/en/latest/userguide/datafiles.html).

@devendragovil
Copy link
Contributor

After a lot of attempts, I think that the issue is with all builds. For me the -e option doesn't impact the build, datasets are included in both builds if I git clone the repo toponetx. I am attempting to solve via the draft PR #239

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