luifrancgom commented on issue #40320:
URL: https://github.com/apache/arrow/issues/40320#issuecomment-1975534195

   You are right. I try the following configuration in yaml file called 
`environment.yml`:
   
   ```yml
   #    conda env create -f environment.yml
   #    conda env update --file environment.yml --prune
   #    conda env list
   #    conda activate test_pyarrow
   #    conda env remove --name test_pyarrow
   
   name: test_pyarrow
   channels:
     - anaconda
     - conda-forge
     - defaults
   dependencies:
     - python=3.11.8
     - pip
     - pip:
         - pyarrow==13.0.0
         - sktime==0.27.0
   ```
   And when running this script
   
   ```py
   import sktime
   import pyarrow
   ```
   It works. I am going to close the issue and find the problem because it is 
not related to `pyarrow` or `sktime`


-- 
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]

Reply via email to