Manuel Carrero

Results 7 comments of Manuel Carrero

```gcloud --version``` ``` Google Cloud SDK 362.0.0 alpha 2021.10.21 beta 2021.10.21 bq 2.0.71 core 2021.10.21 gsutil 5.4 ``` I tried with ```export CLOUDSDK_PYTHON=/usr/bin/python3``` ```export LD_LIBRARY_PATH=/usr/local/lib``` but neither of them worked...

I'm facing the same issue, even when I do with any problem: ``` import nmap from nmap import * ``` This appaers to didn't work at all ([link](https://pypi.org/project/python-nmap/), [link](https://stackoverflow.com/a/66257488/6796652)): ```...

I'm working in a little personal [project](https://github.com/LegolasVzla/django-rest-framework-orientdb-postgresql), with django and pyorient OGM, integrating django rest framework, swagger, postgreSQL and orientdb, with the CRUD basic operations. I was searching another project...

Thanks! Is there any plan to add this functionality in a near future? At the moment, I only could work with raw queries to delete the edge

At the moment, I solved my problem using pyorient client, with raw query: pyorient_client.py ``` from core.settings import ORIENTDB import pyorient def orientdbConnection(): """Orientdb client connection""" client = None try:...

Hi @sivasai-quartic , I hadn't see your comment before. I just finished to cover most of the API structure, but I haven't ran a benchmark test yet (for example with...

Hi, what is the current status on this issue? is there any progress? It would be really useful