-
**Long-term support roadmap** (updated 26 September 2024)
[Python support schedule](https://stackoverflow.com/questions/40655195/is-there-official-guide-for-python-3-x-release-lifecycle) ([in chart…
-
ok, there are a bunch of wonkiness things going on here (WSL, I know I have python 3.x installed, etc.)
But perhaps `pip install fusesoc` could detect problems and return a more friendly message?
…
-
recently in the openstack ci we started to see the following error
`TypeError: _wrap_socket() argument 1 must be _socket.socket, not GreenSSLSocket`
https://zuul.opendev.org/t/openstack/build/1180d2…
-
I register my custom OP under windows. I am following the tutorial below to register the custom layer to torchscript.The following error occurred:
https://github.com/onnx/tutorials/tree/master/PyTorc…
-
May I ask how did you train your agent? I used the standard baselines method:
`python -m baselines.run --alg=deepq --env=PongNoFrameskip-v4 --num_timesteps=1e7 --save_path=~/models/pong_10M_deepq
`…
-
I tried to install the keystone engine windows 10 with python 3.6 version but the it telling me that :
` error: can't copy 'src\build\llvm\lib\libkeystone.so': doesn't exist or not a regular file`
…
-
I'm trying to setup an environment with nanobox python engine. If I use python-2.7 and then install a psycopg2 package (pip command within a container or with a requirements.txt) it works ok. But when…
-
This traceback occurs occasionally. I'm not sure what causes it. My best guess is that it has something to do with the socket/stream being closed while doing something.
```
Exception ignored in:
…
-
I have been working on the NRF port and when I attempt to connect to the nrf52840, I get the errors below.
I am able to connect to this device using linux / osx 'screen' and are also able to connec…
-
### Describe the bug
I have a notebook that has embedded deps:
```python
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "anyio==4.6.2.post1",
# "diskcache==5.6.3",
# "goo…