-
Getting a few more issues here as I'm trying to use the app:
avetik@lobya:~/python-apps/oceaneyes
$ sh run.sh
run.sh: 17: [[: not found
[i] Running App from within ... /home/avetik/python-apps/…
-
Hi team,
Using google-cloud-bigquery==3.24.0
on python 3.11 cloud function runtime
```
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/google/cloud/bigquery/client.py", line 4…
-
Lonboard is really powerful for rendering large-ish datasets but sometimes people have data that's just too large to send to the frontend. This can be large raster datasets (think Landsat and Sentinel…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the Issue
Text that follows a period in Python code is highlighted (using default highlight set…
-
### What is the bug or the crash?
The core-plugin "Processing - Spatial data processing framework for QGIS" deactivates by itself seemingly at random.
This results (in my case) in a missing "Extra…
-
I am also struggling to install pycairo via PIP required for beeware
Python 3.11.3
My log;
```
(deck@steamdeck helloworld)$ python -m pip install --force-reinstall --no-cache-dir pycairo
Coll…
-
### Describe the bug
Hi team, I created a custom component from the Dataset template. I completed the configuration and ran "gradio cc build" without any errors. However, when I installed the compo…
-
If I run:
```
echo "docker" | uv pip compile --universal --python-version 3.10 --annotation-style line -
Resolved 7 packages in 6ms
# This file was autogenerated by uv via the following command…
-
This is a reach, and is low prioirty
-
We have an import statement that exceeds our line length limit of 79 characters. The path to the class being imported fits within the line length limit but the `import` exceeds it. For example:
```…