raulcd commented on PR #37901:
URL: https://github.com/apache/arrow/pull/37901#issuecomment-1737559081

   I am facing some issues when updating setuptools with numpy:
   ```
           File 
"/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-2rp89sp0/overlay/lib/python3.12/site-packages/setuptools/__init__.py",
 line 16, in <module>
             import setuptools.version
           File 
"/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-2rp89sp0/overlay/lib/python3.12/site-packages/setuptools/version.py",
 line 1, in <module>
             import pkg_resources
           File 
"/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-2rp89sp0/overlay/lib/python3.12/site-packages/pkg_resources/__init__.py",
 line 2172, in <module>
             register_finder(pkgutil.ImpImporter, find_on_path)
                             ^^^^^^^^^^^^^^^^^^^
         AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did 
you mean: 'zipimporter'?
         [end of output]
   ```
   This seems related to: https://github.com/pypa/pip/issues/12179


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