Yasin
Yasin
Trying to install `alibi-detect` with the following command ```sh mamba install -c conda-forge alibi-detect ``` as stated on `Getting Started` causes the following error message ```sh Encountered problems while solving:...
**Important:** *Do not tick a checkbox if you haven’t performed its action.* Honesty is indispensable for a smooth review process. _In the following questions `` is the token of the...
Hey, Currently, when I run the following code snippet ```py engine.connect().connection.cursor().execute(query_string).fetch_arrow_all() ``` a segmentation fault is raised when **pandas is not installed**. I know that pandas should be installed for...
### Issue you'd like to raise. Currently, the newest version `0.0.194` is not building on conda-forge since `langchainplus-sdk` is missing. I can't add that to conda-forge, though, since I have...
Hi! Following the issue raised [here](https://github.com/tiangolo/fastapi/issues/771) and the discussion, I wanted to submit a simple option to the schema generation that I believe solves this problem (thanks @rbuffat for the...
**Describe the bug** I have used `datamodel-code-generator` with a custom mapping to create a Pydantic v2 model. Doing that resulted in [field names having the same name as other models](https://github.com/pydantic/pydantic/issues/7871)...
Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? `Python 3.11.0 | packaged by conda-forge | (main, Oct 25 2022, 06:21:25) [Clang...
Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. This...
Hi, this is a draft PR to check out how much effort it would be to - allow quetz to mirror packages from multiple channels - define more elaborate include/exclude...
cf. PR #89 This includes calling the function `diff_color` ```py3 factual_fmt, target_fmt = diff_color(factual, target) ``` and then printing the `_fmt` variables instead of the original numbers.