-
Notifications
You must be signed in to change notification settings - Fork 168
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
[Feature request] Create PyPI build of ASAP #236
Comments
Hi,
This is something I have thought about a lot, but it is a bit complicated
due to the binary dependencies. If anyone can help out with it, that would
be greatly appreciated.
Kind regards,
Geert
Op vr 4 mrt. 2022 om 12:25 schreef Robert Jan Schlimbach <
***@***.***>:
… Problem
Working with the multiresolutionimageinterface python code is currently
cumbersome, because no PyPI build of ASAP exists.
This means ASAP doesn't integrate well with most python environment
managers (pip/conda/venv/etc), resulting in a problematic (re-)installation
process of ASAP-dependent python code, and difficult dependency control
('what version of ASAP are we running?').
Solution
Create a PyPI build of the multiresolutionimageinterface, with the ASAP
binaries bundled.
—
Reply to this email directly, view it on GitHub
<#236>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJIFUH7EOQBU6P2F4HCITDU6HXMPANCNFSM5P5I5V7A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
i have some experience with this, though i don't have time at the moment to execute this. i'm including some of my thoughts on this. make a python wheelfirst a python wheel file will have to be made of if this does not work, then the cmake build will probably have to be specified in to make this package usable on most recent linux distros, put the shared libraries into the wheel
|
Problem
Working with the
multiresolutionimageinterface
python code is currently cumbersome, because no PyPI build of ASAP exists.This means ASAP doesn't integrate well with most python environment managers (pip/conda/venv/etc), resulting in a problematic (re-)installation process of ASAP-dependent python code, and difficult dependency control ('what version of ASAP are we running?').
Solution
Create a PyPI build of the
multiresolutionimageinterface
, with the ASAP binaries bundled.The text was updated successfully, but these errors were encountered: