ansys / pydpf-core

Data Processing Framework - Python Core
http://dpf.docs.pyansys.com/
MIT License
67 stars 24 forks source link

Cannot install ansys-dpf-core without gatebin when using requirements.txt #1250

Open PProfizi opened 10 months ago

PProfizi commented 10 months ago

Before submitting the issue

Description of the bug

When installing ansys-dpf-core via a requirements.txt file there is no way to force installation of the OS-independent version of ansys-dpf-core (the any wheel) which does not contain ansys.dpf.gatebin and its binary files.

Steps To Reproduce

Create a requirements.txt file stating ansys-dpf-core.

Which Operating System causes the issue?

Windows

Which DPF/Ansys version are you using?

Ansys 2024 R1

Which Python version causes the issue?

3.10

Installed packages

NA

PProfizi commented 10 months ago

@koubaa