-
It'd be nice if this flow worked simply to avoid needing to activate a virtualenv - regardless of whether I'm using a full uv project or not.
```
$ uv venv
$ uv pip install -e .
$ uv run python
…
-
I'm getting an error running Pytest on an individual test (using the Test Explorer).
It ends up running the entire test suite instead. Here are some more details. Was told to open this after finding a…
-
## What is the current behavior?
Currently, the MANIFEST.in file for the snowflake-snowpark-python package does not fully follow best practices for Python packaging. Essential files like README.md, L…
-
-
### Bug Description
Version cannot be upgraded: Upgrading from 1.1.0 to 1.1.1 The installation of the pip package has been pending
Installing 1.1.0 is normal, but upgrading the 1.1.1 related depen…
-
I asked previously this [question](https://github.com/python-lsp/python-lsp-server/issues/425).
Please note wildcard imports are well supported within Jedi. Thats why I am asking about wild card im…
-
Hi guys! Great that I was able to get dozer up and running! Unfortunately I think perhaps the recent feature allowing dropping of databases might still be unstable. I'll share my findings here.
doc…
-
Installation details are as follows:
```
C:\Users\angelfish>pip install spyder
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting spyder
Downloading https://pypi.tuna.tsi…
-
At this line, `azure.core.settings` imports `azure.core.tracing` to get a type - as far as I can tell, solely for type checking purposes.
https://github.com/Azure/azure-sdk-for-python/blob/347b6cbc1f…
-
On Python < 3.11 on Windows, os.path.isabs() does not catch UNC paths like //server/share. Werkzeug's safe_join() relies on this check, and so can produce a path that is not safe, potentially allowing…