Michal Plichta
Michal Plichta
thx... it helped a bit... looks like python3 type hinting isn't supported ``` $ mypy_server.py Initializing mypy server...Traceback (most recent call last): File "/usr/local/bin/mypy_server.py", line 13, in main() File "/usr/local/lib/python2.7/dist-packages/click/core.py",...
same here: ``` Operating System: Garuda Linux KDE Plasma Version: 5.24.3 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.3 Kernel Version: 5.16.12-zen1-1-zen (64-bit) Graphics Platform: X11 Processors: 4 × Intel® Core™...
@Squiblydoo This is open issue, I think it should be quite easy using GitHub Action and include in release. I'm asking because I see compiled libs in repo here. Or...
Ok, I will open PR (this week) and see what we can automate. Edit: Ok I read here and there... and indeed GitHub do not suport ARM architecture in Actions...
package `masterarbeit` require `numba>=0.61.2` but `ydata-profiling` require `
Yes, it is `pydantic==2.8.2` in `pyproject.toml` but then I downgateded to `2.8.1` and still `uv sync` didn't upgraded back to `2.8.2`
yes you are right... I `pip list` system wide. But I get another "complain" I do not see point of: ```console $ uv venv .my_venv Using Python 3.12.4 interpreter at:...
I'm try reproduce it but no success.
> $ find .venv -name "*tcl*" > $ # ? > ``` > > What am I doing wrong? Those are in **python** installation directory not in **virtualenv**, I'm not...