-
May you please switch to another solution, e.g. zbarlight?
I use ArchLinux and prefer to use my distros packages than pypi and so I can't get it running.
-
When running python2.7 on populate this error occurs
`
/jasper/client$ python2.7 populate.py
Welcome to the profile populator. If, at any step, you'd prefer not to enter the requested information,…
-
As far as I can tell, OpenVINO does not support Python 2.
Are there any plans to support Python 2?
Are there any instructions to set up a ROS environment + OpenVINO with Python 3? (and forget about…
rukie updated
5 years ago
-
Hello,
i'm currently working on a project with Exasol 6.2.1, Django 2.2 and Python 3.8. Unfortunately, this DB backend is deprecated and works no longer on current versions. Is it possible to update …
-
Note: I could not get the Issue Reporter to work in vscode, so I had to use the feature-request link to create this.
# Behaviour
In Python 3.12 and above, when debugging tests, the `"justMyCode": fa…
-
```python
# from paddleclas.deploy.python.predict_det import DetPredictor
# from paddleclas.deploy.python.predict_rec import RecPredictor
# from paddleclas.deploy.utils import logger, config
# f…
-
Python 2 is EOL for some time now. I propose to remove all code fragments that are necessary for the compatibility with python 2.
e.g:
```
try:
import Tkinter
except ImportError:
imp…
-
Arrived on the dashboard I get these, do you know where it could come from ? :
"TypeError: _TypedDictMeta.__new__() got an unexpected keyword argument 'closed'
Traceback:
File "C:\Users\XXX\AppDa…
-
### First, confirm
- [X] I have read the [instruction](https://github.com/Gourieff/comfyui-reactor-node/blob/main/README.md) carefully
- [X] I have searched the existing issues
- [X] I have updated t…
-
Hi,
I was trying to run script that I created some time ago on Python 3.6.5 and it seems to don't work anymore. I can't import the library. Upgrading numpy didn't help. Can I ask for a solution to …