Built NegPy on an Intel Mac #301
Replies: 4 comments 3 replies
|
good to know, rawpy not building was main reason I dropped intel mac support as it prevented me from supporting more recent camera files |
|
I'll see if i can get a intel macos build again for next release |
Have you been able to do this with any of the newer versions? Thanks |
|
Since I won't have access to my main machine for a couple of weeks, I built this from source today and everything seems to work fine. 0.42 on a 2018 Mac Mini running Sonoma. I also managed to build a .dmg using the pull request from @JKBusse. |
Uh oh!
There was an error while loading. Please reload this page.
My main deskop machine is (still) an Intel-based Mac Mini running MacOS 15 (Sequoia).
I tried compiling NegPy from source but the build failed because rawpy 0.26.1 won't build.
However, rawpy 0.27.0 does build on an Intel Mac, and after changing the dependency in pyproject.tom to "rawpy>=0.26.1" I was able to build NegPy. I haven't converted any negatives yet, but the GUI appears to work correctly.
All reactions