-
Notifications
You must be signed in to change notification settings - Fork 41
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
Conda package for RAiDER #345
Comments
For dem-stitcher, we used If you put everything in Definitely, use as much |
With conda-forge/staged-recipes#19470 and #350 merged, RAiDER is very close to ready for conda-forge! What's left is:
Once those are done, I can start the recipe. |
@jhkennedy thanks! I was about to issue a PR to use the new conda version of dem-stitcher, but local testing wasn't working for me. I got confused until I realized that I'm on my new mac, and I'm guessing dem-stitcher doesn't yet support the arm processors; have the same issue with isce. Any idea if this is a conda thing that will eventually be fixed or something that the maintainers have to take care of? |
@jlmaurer there's a bit of work to do to migrate packages to arm64. Details are here: We'll have to migrate You can also use rosetta emulation to install x86 conda envs on Mac: |
@jhkennedy I just tagged a new release and updated the version.txt file (merged #357 ). You should be able to start on the recipe now. Thanks! |
I've started the PR here: @cmarshak @jlmaurer if you could comment on it you're willing to be a maintainer, that'd be great. |
hi @dbekaert @jhkennedy @cmarshak @bbuzz31 @sssangha I have successfully installed and run RAiDER from conda-forge! Thanks a ton @jhkennedy for your help getting this one going. @dbekaert I'll be working on a PR to update the front-facing readme. |
Closing this as conda channel is open! |
Hi all,
I'm prepping for developing a conda package for RAiDER. This is needed to address a lot of install problems users have been reporting. However, there are a few items that need cleaned up prior to building the recipe. The main one is pip dependencies of RAiDER, as these are not explicitly supported by conda recipes, as noted in this stack overflow issue, although one can include them when building the package. We have three packages that are currently installed using pip: geopandas, boto3, and dem-stitcher. Does anyone know if there is a reason we currently install geopandas and boto3 through pip instead of conda, since they already have conda builds available?
Pinging @dbekaert @cmarshak @sssangha @bbuzz31
The text was updated successfully, but these errors were encountered: