-
Notifications
You must be signed in to change notification settings - Fork 1
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
Missing packages in Conda distribution #357
Comments
With an up-to-date Conda environment, I have been able to install |
We can install pip packages from conda packages using scripts that are called after installation. This is not the recommended way of doing things but it works for installation. It will make uninstallation difficult because we can only remove the pip package without knowing if another package needs it or if the user decided to manually install the package. |
For |
For |
For pygltflib, I will use the pip version. |
Pip dependencies are now supported and checked software had been included in casa-distro source and in test packages. |
I have been able to create a conda package for virtualgl. I added code to create a repository called |
There is a package on conda-forge containing xvfb : |
The Conda distribution is starting to work. However some optional packages are missing for a full-featured brainvisa distribution.
This ticket will list missing optional packages and try to find solutions.
torch
andtorchvision
modules, which exist on condaforge but apparently cause installation conflictspygltflib
module for .glb binary variant of GLTF format. This module doesn't exist as a condaforge package, but may be installed using pip. Is it OK to mix conda and pip ?dracopy
module for GLTF/GLB meshes compressionwebp
module for GLTF/GLB textures compressiongltf-transform
tool for GLTF/GLB meshes compressionvirtualgl
for off-screen 3D rendering and other usesxvfb
for off-screen rendering (headless Anatomist...)The text was updated successfully, but these errors were encountered: