luifrancgom opened a new issue, #40320:
URL: https://github.com/apache/arrow/issues/40320
### Describe the bug, including details regarding any error messages,
version, and platform.
# Describe the bug
I am using the package `sktime` that uses `pyarrow` and I am getting the
following error:
```bash
ImportError: DLL load failed while importing lib: The specified procedure
could not be found.
```
## Traceback
```python
import pyarrow
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Usuario\anaconda3\Lib\site-packages\pyarrow\__init__.py",
line 65, in <module>
import pyarrow.lib as _lib
ImportError: DLL load failed while importing lib: The specified procedure
could not be found.
```
</details>
# Version
`pyarrow 13.0.0` installed using `pypi` channel
# Platform
I am using the following OS:
```
Edition Windows 11 Pro
Version 22H2
Installed on 2023-06-26
OS build 22621.3155
Experience Windows Feature Experience Pack 1000.22684.1000.0
```
With `python 3.11.8` and `conda 24.1.2`
### Component(s)
Python
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]