-
- [x] asreview cli
- [x] asreview lab
- [x] miniconda
- [x] whisper
- [x] matlab
- [x] stata
- [x] python workbench
- [x] jupyter (link to SURF docs?)
- [x] Rstudio (link to SURF docs?)
- [x]…
-
This would be pretty good to have for e.g. CentOS 7, where Python 3 may not be installed (or if it is, it may not be installed on the cluster). Having an option to use conda for Galaxy's venv/python w…
-
The following code give me error:
```
reticulate::import('tensorflow')
Error in py_module_import(module, convert = convert) :
ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not f…
-
- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
…
-
I got the following error while trying to run Unique3D workflow; I would appreciate it if someone could help me resolve the issue:
Error occurred when executing [Comfy3D] ExplicitTarget Mesh Optimi…
-
So i run a twint in anaconda prompt(miniconda) to save out csv file and process in python and if i encounter tweet with emoji it will stop saving tweet.
This is a error message
> 12350385649302937…
-
I have just installed text on my platform (debian stable) using the procedure
```
library(text)
# Install text required python packages in a conda environment (with defaults).
textrpp_instal…
-
# Description
Miniconda's Mamba is looking for libarchive.13 while Miniconda installs a more recent version.
# Error messages
No error on installation.
Errors occur upon running mamba.
#…
-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [ ] 2. The bug has not been fixed in the latest version.
- [ ] 3. Please note that if the bug-related iss…
-
### Problem
```python
from emmet.core.symmetry import CrystalSystem
sym = CrystalSystem("Triclinic")
sym.as_dict()
```
This returns the string "Triclinic" rather than a dictionary. This would …