-
**Describe the bug**
I get the below error message when loading a bigger solution file, that contains both C++ and Python projects.
It's a CMake based project and all project files are generated from …
-
This was noted in discussions with ACADA's SAG-RECO team who are considering using some parts of ctapipe. It was not obvious to them that there are multiple ways to use ctapipe:
* **Low-level** f…
-
-
**Describe the bug**
When I tried setting up python and poetry for a project, the poetry install fails with:
```
/home/anders/.local/share/mise/installs/poetry/1.8.2/venv/bin/python3: error while l…
-
### Is this a new feature request?
- [X] I have searched the existing issues
### Wanted change
Add the ability to specify configuration variables w/o hand editting configuration.py.
This may r…
-
Evening!
Would it be possible to relax the requirement for grpcio>=1.67.1. It's causing a bunch of conflicts with another in-house library we build and use in our environment, which requires a sli…
-
LOG:
```
C:\Users\Daniel\Downloads\PiDNG-master>python -mpip install PiDNG
Collecting PiDNG
Using cached pidng-4.0.9.tar.gz (21 kB)
Preparing metadata (setup.py) ... done
Requirement alrea…
-
## PreRerequisites
I tried starting a new Plone6 Project on a fresh Ubuntu LTS 24.04 Server Instance with dependencies already installed following the instructions at https://6.docs.plone.org/insta…
-
Steps to repro:
Git clone repo,
cd to dir
`pip install -r ./requirements.txt`
`pip install .`
and it will faile complaining about not being able to parse the README.md for the setup.py
For…
-
Hi, there seems a little problem in the code.When im doing the zero-shot experiment, I run
CUDA_VISIBLE_DEVICES=0 python main.py --config cfgs/pointmae_configs/fewshot.yaml --finetune_model --ckpts …