utkonos

Results 80 comments of utkonos

This will be a feature of 3.0.0. The schema of the new JSON format is not finalized (here at least). I want it to be informed by the output from...

Thanks for the report. I'll get this fixed.

I am encountering this error in a fresh install of Ubuntu 22.04 LTS. I have installed Python 3.10.4 from source + `altinstall` and I'm using a virtual environment created using...

This issue is appearing elsewhere in other bug trackers: https://bbs.archlinux.org/viewtopic.php?id=274933 Also here: https://github.com/jupyterlab/jupyterlab/issues/11934 And here: https://github.com/CADLabs/radCAD/issues/45 A package changed on or around March 17th: https://www.google.com/search?q=%22No+such+comm+target+registered%3A+jupyter.widget.control%22

I am still seeing these two: ```none [IPKernelApp] ERROR | No such comm target registered: jupyter.widget.control [IPKernelApp] WARNING | No such comm: 131bdb84-3ea3-4c30-84bb-4fbbd885668a ``` I have removed the step during...

Just checking in here. With a fresh install, this error and warning are still happening. ```none [IPKernelApp] ERROR | No such comm target registered: jupyter.widget.control ```

Yes, you are correct. The example I had used above is actually easy to write today. This is more what I'm looking to express: `any 2 i in (TTP1,TTP2,TTP3) :...

The `pip` command above that works for some users does not appear to work correctly on macOS. If the problem persists try the following: ``` git clone --recursive [email protected]:VirusTotal/yara-python.git python...

``` git clone --recursive [email protected]:VirusTotal/yara-python.git python setup.py build --dynamic-linking python setup.py install ```

@EYIDC Yes, I can confirm on 22.04. If you're missing `pkg-config` and `./configure` stops, you will need to start fresh after installing that package. No need to blow out the...