-
Running `pip install azureml-fsspec` fails with the following error:
```
Collecting azureml-fsspec
Using cached azureml_fsspec-0.1.0b1-py3-none-any.whl (6.2 kB)
ERROR: Cannot install azureml-fss…
-
## Environment
- Windows 11
- uv 0.5.4 (c62c83c 2024-11-20)
- Python 3.12.6
## Description
I want to configure `torch+xpu` on Windows 11. It can be installed using `uv pip install` but not with…
-
## Description
pyogrio raises `DataLayerError: The layer name may not contain special characters or spaces` when passing in file object using `fsspec`'s `file.open`
Traceback
```python
…
DahnJ updated
4 months ago
-
- **Package Name**: azureml-fsspec
- **Package Version**: 1.0.0
- **Operating System**: MacOS 13.4
- **Python Version**: 3.8 and 3.10
**Describe the bug**
`azureml-fsspec` refuses to install on…
-
Hi i tried following README to create the environment. But getting into this error
```bash
(base) geneval$ conda env create -f environment.yml
Channels:
- pytorch
- nvidia/label/cuda-11.3.0
…
-
### Pandas version checks
- [ ] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsn…
-
Traceback (most recent call last):
File "/root/CABINET_QA/evaluate.py", line 39, in
dataset = load_dataset("/root/CABINET_QA/datasets/WikiTableQuestions", recursive=True)
File "/root/minic…
-
In order to create and use virtual datasets with python, users will want to use `kerchunk` and `virtualizarr`. These are just starting down the path to zarr 3 and icechunk compatability. This issue wi…
-
### What happened?
```
class TestFSSpecStreaming(unittest.TestCase):
def setUp(self):
# PLACEHOLDER test file from Allen Institute for Neural Dynamics
# TODO: store a small …
-
I am attempting to scope out `pelicanfs` as a replacement for a custom LIGO file indexing solution - to provide a backend to the LIGO data discovery client relied upon by many scientific applications.…