-
There are different conventions for virtual environments.
Like creating all the virtual environments on a folder ( **"~/virtualenvs/"** ),
or naming the virtual environment with a leading dot ( **…
-
If using [pew](https://github.com/berdario/pew),
the installation instructions need to be modified from
```
jupyter nbextension install --py jupyter_notebook_gist
```
to
```
pew new EXAMPLE
NB…
-
## Background information
### What version of the PMIx Reference Library are you using?
5.0.3
### Describe how PMIx was installed
release tarball
Configure command line: '--build=x86_64-r…
-
### Description
In version 0.67.1 I was able to get the Task Executed / ended event from opentelemetry. However, in the most recent version, the task ended/ task executed event is not getting emitted…
-
From this doc, I just found the way to import custom python package from url: https://pyodide.org/en/stable/usage/loading-packages.html#installing-wheels-from-arbitrary-urls
While in my use case, I h…
-
Python 3.9.17 / Windows 11
cryptography==42.0.8
Nuitka==2.3.11
Script:
```python
# test.py
from cryptography.fernet import Fernet
if __name__ == '__main__':
print(Fernet.generate_key()…
-
### Description
Like `setuptools`. At least on Debian 12 GNOME.
### Expected behavior
_No response_
### pip version
Not read.
### Python version
Not read.
### OS
Not read.
…
-
Currently using `uv add --no-sync` (as well as remove) emits the warning:
```console
warning: `VIRTUAL_ENV=...` does not match the project environment path `.venv` and will be ignored
```
whe…
-
**What's the problem this feature will solve?**
We can activate a `virtualenv` by just typing `workon env_name`. This feature exists in some other virtual environment packages in Pypi. But I think …
-
**Component**
* Generic
**Description**
I have a device with a lot of data from different telemetries. They were for testing purposes so I wanted to delete them. I noticed that my Thingsboar…