-
Notifications
You must be signed in to change notification settings - Fork 9
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
Desman missing from conda dependencies #72
Comments
Ok, that's quite the overlook. We have it as a submodule, so we could just refer to it and add it's dependencies? |
Hmmm... well yes we would need people to install it then. It is not recommended to mix conda and native installs. But as I said my conda desman install failed. We could try and get the maintainer of that package to fix it. |
Does Desman needs compiling? Otherwise, install is just make it availlable in the path + having all its dependencies? |
Since its your package that is likely to be changed why is it bad to have a submodule dependency? |
I wouldn't want to rely on some other maintainer for DESMAN |
Desman is not on our list of conda dependencies - I tried installing it through conda though and it failed perhaps we need to create our own Desman conda package?
The text was updated successfully, but these errors were encountered: