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

Enable installation of gbs via pip / PyPI #17

Open
Musaefendic opened this issue Nov 13, 2024 · 2 comments
Open

Enable installation of gbs via pip / PyPI #17

Musaefendic opened this issue Nov 13, 2024 · 2 comments

Comments

@Musaefendic
Copy link

Context

  • I’m using a Python environment managed by pip and venv (no conda).
  • I tried pip install gbs , but the package on PyPI with this name is completely different from this one (see https://pypi.org/project/gbs/).

Remark :

  • The README file states that installation is only possible via conda (meaning pip isn’t supported).
  • However, in some cases, using conda is not possible
@ssg-aero
Copy link
Owner

ssg-aero commented Dec 7, 2024

Thanks for your feedback, I'm not familiar with this type of packing. I will see as soon as possible if I can do something about it.

The main issue I see is the need of some DLL.

This issue could be solved by fragmenting the project letting apart and optional the graphical part .

@ssg-aero
Copy link
Owner

A reorganization of the Python build has been completed.
To reduce dependencies at the lower API level, the Python version of GBS has been split into the following modules:

  • core
  • interpolate
  • tools
  • analysis

More modules are under development.

For now only windows, python3.11 are supported.

The distribution has been published to:

https://pypi.org/project/pygbs/

Could you give it a try?

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