djouallah commented on issue #5901:
URL: https://github.com/apache/iceberg/issues/5901#issuecomment-1265015708

   I think the issue is with mmh3
   
   PS C:\Users\mimoune.djouallah\Desktop\TPC-H-SF10> pip3 install mmh3
   Collecting mmh3
     Using cached mmh3-3.0.0.tar.gz (10 kB)
     Preparing metadata (setup.py) ... done
   Building wheels for collected packages: mmh3
     Building wheel for mmh3 (setup.py) ... error
     error: subprocess-exited-with-error
   
     × python setup.py bdist_wheel did not run successfully.
     │ exit code: 1
     ╰─> [5 lines of output]
         running bdist_wheel
         running build
         running build_ext
         building 'mmh3' extension
         error: Microsoft Visual C++ 14.0 or greater is required. Get it with 
"Microsoft C++ Build Tools": 
https://visualstudio.microsoft.com/visual-cpp-build-tools/
         [end of output]
   
     note: This error originates from a subprocess, and is likely not a problem 
with pip.
     ERROR: Failed building wheel for mmh3
     Running setup.py clean for mmh3
   Failed to build mmh3
   Installing collected packages: mmh3
     Running setup.py install for mmh3 ... error
     error: subprocess-exited-with-error
   
     × Running setup.py install for mmh3 did not run successfully.
     │ exit code: 1
     ╰─> [7 lines of output]
         running install
         
C:\Users\mimoune.djouallah\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\install.py:34:
 SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and 
pip and other standards-based tools.
           warnings.warn(
         running build
         running build_ext
         building 'mmh3' extension
         error: Microsoft Visual C++ 14.0 or greater is required. Get it with 
"Microsoft C++ Build Tools": 
https://visualstudio.microsoft.com/visual-cpp-build-tools/
         [end of output]
   
     note: This error originates from a subprocess, and is likely not a problem 
with pip.
   error: legacy-install-failure
   
   × Encountered error while trying to install package.
   ╰─> mmh3
   
   note: This is an issue with the package mentioned above, not pip.
   hint: See above for output from the failure.
   PS C:\Users\mimoune.djouallah\Desktop\TPC-H-SF10> 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to