-
conda config --append channels bioconda #ok
conda config --append channels conda-forge # ok
conda create -n scape_env python=3.11 # ok
conda activate scape_env # ok
pip install scape-apa # err…
-
# Crash report
### What happened?
The code below causes a `SystemError` on all tested Python versions in Windows and Linux. In a no-gil debug build of main, besides the expected abort, sometimes a s…
-
### Description:
The order of the data returned by `frame.data(...)` is not the one it is supplied in.
This may be confusing and may lead to unexpected results.
![image](https://github.com/user-a…
-
### What is the bug or the crash?
An error has occurred while executing Python code:
json.decoder.JSONDecodeError: Expecting value: line 1 column 5 (char 4)
Traceback (most recent call last):
…
-
rtx behaves differently from asdf and pyenv if Python's system version is configured along with additionally installed versions. (Similar issue #831)
[Pyenv allows to use all versions](https://gith…
-
**Description**
When using the `file.symlink` module function with an existing directory (i.e. not a symlink but a real directory on the disk) it fails with `[Errno 21] Is a directory` if `atomic=Tru…
-
# Feature or enhancement
### Proposal:
`ensurepip`'s bundled version of pip gets updated to the current latest 24.3.
### Background:
The pip 24.2 wheel bundled into current python releases…
-
### 🐛 Describe the bug
See https://github.com/pytorch/pytorch/actions/runs/11332493842/job/31514722743 (for PR that already have release notes and topic labels)
```
2024-10-14T17:43:21.4421408Z ##[…
-
Related: https://github.com/microsoft/vscode-python/pull/24140
The default to enable shell integration in Python Terminal REPL via setting PYTHONSTARTUP environment variable has been set to false …
-
Hi,
As described I have:
```
$> python -m pip install mitoinstaller
=> OK
$> python -m mitoinstaller install
Starting Mito install. This make take a few moments.
In the meantime, check o…
MrMic updated
1 month ago