-
Got the error below when running "marketmaker", any idea?
```
pythonProject % marketmaker
2024-09-14 16:35:35,160 - INFO - market_maker - BitMEX Market Maker Version: v1.1
2024-09-14 16:35:35…
-
Below is a simplified reproducer of https://github.com/conda-forge/gdal-feedstock/issues/995:
```bash
$ echo "int foo() { return 0; }" > foo.c
$ gcc foo.c -shared -fPIC -o libfoo.so
$ echo "%inl…
-
## Expected Result
## Actual Result
## Reproduction Steps
```python
import niquests
def f2():
responses = []
with niquests.Session(multiplexed=True) as s2:
…
-
# 対応方法
CMakeLists.txtでPythonのバージョンと利用するPythonバージョンが一致しないとSIGSEGVで落ちますので、以下のように対応できます。
```cmake
cmake_minimum_required(VERSION 3.12)
project(hakoniwa_python_project
LANGUAGES C CXX
)
…
tmori updated
2 months ago
-
Hello,
I am encountering a problem with the python-xrt library when performing byte compilation with Python 3.12. Several files in the library are generating SyntaxWarning related to invalid escape…
-
### Describe your environment
OS: MacOS
Python version: Python 3.11.8
Package version: 0.48b0
### What happened?
Getting a deprecation warning when activating aiohttp-server instrumentation tar…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provide…
-
Yesterday release of `bayesian-optimization` module version `2.0.0` broke the bayesian module of PyMoDAQ because the `UtilityFunction` class was replaced by `AcquisitionFunction`.
https://github.co…
-
## Reporting a bug
Today, we noticed that Numba 0.60.0 produces an import error when used with SHAP 0.44 and NumPy 1.24.1 in Python 3.9.
```import shap
File "/miniconda3/lib/python3.9/site-pack…
-
The instructions say that the script should be called using:
`python decipher_dl.py --token "VDOCIPHER_PLAYBACK_TOKEN"`
How do I get the VDOCIPHER_PLAYBACK_TOKEN?