BourneSuper

Results 12 comments of BourneSuper

importlib_metadata is already installed, but this error occurred. ``` >>> from importlib.metadata import ( version as __version, ) Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No...

> Hello @BourneSuper, what's the python version and OS used? Python 3.7.9 windows 10 ``` >>> from importlib.metadata import ( version as __version, ) Traceback (most recent call last): File...

> @BourneSuper Your python version is a bit outdated, is it possible to update it and try again? python 3.10.11 works. I used new virtual environment and newly installed CCXT....

it is slow when there are too many constrains. However, CPU and memory usage have not increased. Hide all constrains would operate faster.

> Hi, > > > how to deubg > > What are you going to debug? Like code execution? > > > how to log variables > > Did you...

> > 4. it's complicated to update js_modules already used > > If you use the `unitc` command line tool to edit a js_module, it will do the [necessary steps](https://github.com/nginx/unit/blob/master/tools/unitc#L269)...

> > 1 & 2 : debug and logging help to konw if a njs script was working or at which line it was tucked. > > I would suggest...

> > how could I know if a variable was assigned a right value. > > What does `variable` mean here, could you show an example? > > > I...

> > [unitc] is a useful tool. It starts nano editor. Can it start vim editor? > > Yes, > > ``` > $ unitc --help | grep -i edit...

> Try this > > ``` > export EDITOR=vim > sudo unitc /js_modules/util edit > ``` > > Note that `edit` is one of the general options to `unitc` which...