lironmo
lironmo
Hi, cool project! I am trying to run the project locally and got : Error 111 connecting to localhost:6379. Connection refused. seems that the Redis is missing from the project...
Hi, i am trying to use redux form for my private implementation of multiselect i have two issues: 1. follow the example https://redux-form.com/6.0.0-rc.1/examples/react-widgets/ I am getting × TypeError: this.props.onBlur is...
Hey, I am running this demo https://pennylane.ai/qml/demos/tutorial_kernels_module.html with ibmq_qasm_simulator backend. it seems that If any access to a quantum computer at IBM quantum experience (which is usually a short operation...
Hi, run the test and got: (portal) C:\Users\liron\work\qualiifly\django-job-portal>python manage.py test Found 32 test(s). Creating test database for alias 'default'... System check identified no issues (0 silenced). ..............E........FC:\envs\portal\lib\site-packages\django\db\models\fields\__init__.py:1409: RuntimeWarning: DateTimeField Job.last_date...
Hi, create venv pip install -r requirements.txt python manage.py collectstatic getting the following error: django-job-portal>python manage.py collectstatic Post-processing 'vendor\bootstrap\js\bootstrap.min.js' failed! Traceback (most recent call last): File "manage.py", line 15, in...
hello, I am trying to compile the Examples and get the following error: required from ‘void tiny_dnn::network::load(const string&, tiny_dnn::content_type, tiny_dnn::file_format) [with NetType = tiny_dnn::sequential; std::__cxx11::string = std::__cxx11::basic_string]’ /home/liron/work/pixoneye/lod-tiny-dnn/tiny-dnn/examples/mnist/test.cpp:37:21: required from...
Hi, i am using https://github.com/tiny-dnn/NNPACK/ to compile for android. first i have compilation error: jni/../include/nnpack/arm_neon.h:26:10: error: returning 'int' from a function with incompatible result type 'float32x4_t' (vector of 4 'float32_t'...
Hi, I did not find a way to delete jobs from python code. from qiskit import IBMQ provider = IBMQ.load_account() jobs = provider.backend.jobs(limit=1000) for job in jobs: id = job.job_id()...
Hello, it's seems that the pip server failed to present the data linked to packages that has the same prefix. for example: framework-1.4.0a1 framework-1.4.0a1+jetson it's seems that although the wheels...
Hey
Can I use your solution to be a broker between botpress.com to WhatsApp?