Armag67

Results 5 comments of Armag67

@Akshatt Look at: https://pypi.org/project/pyarrow/ > If you encounter any issues importing the pip wheels on Windows, you may need to install the Visual C++ Redistributable for Visual Studio 2015.

Hello, It's not a sudo concern. CPU-G throws the same error at line 1079 in sudo mode. It's due to a switching from amperes to watts for power supply in...

There is a subtle bug in the `sysdevcpu` function in `investigator.py`. This bug only occur if `/proc/cpuinfo` and `/sys/devices/system/cpu/` don't return the same number of cores. Then `sysdevcpu` function try...

Hello, It would also be great to implement web client storage to store the list of task of the Todo list (https://github.com/flet-dev/examples/blob/main/python/apps/todo/todo.py) on the client web browser and reload it...

It's the same with packaging = 22.0 and commit 92025ea, here the traceback: ``` Traceback (most recent call last): File "/var/tmp/pamac-build-h2/youtube-dl-gui-git/src/youtube-dl-gui-git/setup.py", line 49, in from setuptools import Command, setup File...