-
Installed via conda as per the instructions in the README:
```
mamba create -n plannotate -c conda-forge -c bioconda plannotate
```
which resulted in version 1.2.0 being installed. I then (af…
-
```
Exception has occurred: ModuleNotFoundError
No module named 'pyllamacpp.model'; 'pyllamacpp' is not a package
```
Yes, I have pyllamacpp installed through pip.
-
**Describe the bug**
Loading a MSFragger lib and predicting spectra works on the main branch of alphaBase but fails on the development branch of alphaBase.
**To Reproduce**
```Python
%reload_ext…
-
### Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### Description of the bug
In version 0.6.75 I started to get failure o…
-
**Describe the bug**
The PCA function doesn't work with sparse matrices.
**Steps/Code to reproduce bug**
```
import cupy as cp
from cuml.decomposition import PCA
from cupyx.scipy import sparse…
-
Hi Daniel,
As we're soon launching our [GPS-to-CAN module](https://www.csselectronics.com/screen/product/gps-to-can-gnss-imu), we've had a large number of users ask for the possibility to plot Long…
-
Thanks to all the contributors to this repository. It is a great job. But I have some installation problems cannot be solved right now.
I know the `python_requires=">=3.7.0"`, but I have no idea abo…
-
### Bug description
When I create a group with `c.JupyterHub.load_groups `, I get an ` TypeError: 'NoneType' object is not subscriptable` on line 213 in `oauthenticator/google.py` before Jupyte…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build streamlit from current nixpkgs master
```fish
nix-build -A streamlit
```
### Build log
```
ERROR: Could not find a version th…
-
I am trying to use earthengine-layers with [streamlit](https://streamlit.io/) for developing interactive web apps. The following code works fine in Jupyter notebook. When using the same code with stre…