zobac
zobac
I've discovered a situation where if a module imports the pendulum package an exception is raised when pendulum initializes while zipextimporter is extracting. My environment has pendulum == 3.0.0b1, and...
I've updated my custom Quantity, Unit, and UREG classes as per the [docs](https://pint.readthedocs.io/en/latest/advanced/custom-registry-class.html) after you helped me with my [last issue](https://github.com/hgrecco/pint/issues/1781). Once done, things work great until I need to...
OS: Windows 10 64 bit Python: 3.11.0 Dask: 2022.10.0 ``` >>> from dask.distributed import LocalCluster >>> cluster = LocalCluster() Traceback (most recent call last): File "E:\Envs\task_management311\Lib\site-packages\distributed\deploy\spec.py", line 277, in __init__...