-
I don't know exactly how to do this without the GUI, but I can probably figure it out. The best interpreter link would be ~oski/miniconda/envs/py34/bin/python3.4
-
The docker build command no longer works. Is this docker image hosted on dockerhub anywhere? A stable version would be a great addition to this project.
Docker build error:
```
WARNING: experi…
-
@as7a5 suggested the creation of a Miniconda environment that can simply be cloned as a CPAC env setup option. We already have all of the needed packages listed in the user guide, so creation of this …
-
For testing purposes, it would be nice to be able to install Python pre-release versions, for example Python 3.13.0rc2 is currently available on conda-forge. When I tried to set the Python version to …
-
This program:
```python
import sympy as sm
from sympy.utilities.autowrap import ufuncify
import numpy as np
I, J, K = sm.symbols('I, J, K')
f = ufuncify([I, J, K], I + J + K)
print(f(np…
-
raceback (most recent call last):
File "/data/Unique3D/app/gradio_local.py", line 20, in
from app.gradio_3dgen import create_ui as create_3d_ui
File "/data/Unique3D/./app/gradio_3dgen.py",…
-
Hi @WooKyoungHan ,
Amazing paper actually. I'm following this work but unfortunately getting the above error when running the scripts. I am using ubuntu 22.02. These are the steps to recreate the a…
-
### Search before asking
- [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues.
### Component
Other
### What happened + What you expected…
-
I tried installing anndata into R using both install.packages("anndata", lib="PATH"). I am able to load the package with library(anndata), but when I read my file with read_h5ad, I get the following e…
-
Error:
![1](https://github.com/alievk/avatarify-python/assets/18537420/6c3dfca3-3224-4b85-b4e7-42b710363a83)
**To Reproduce**
I do all this [steps](https://github.com/alievk/avatarify-python/tree…