ibarrond / Pyfhel

PYthon For Homomorphic Encryption Libraries, perform encrypted computations such as sum, mult, scalar product or matrix multiplication in Python, with NumPy compatibility. Uses SEAL/PALISADE as backends, implemented using Cython.
https://pyfhel.readthedocs.io/
Apache License 2.0
482 stars 78 forks source link

Error installing pyfhel v3.2.1: `'utf-8' codec can't decode byte [...]` #140

Closed Vagubaa closed 2 years ago

Vagubaa commented 2 years ago

Hi,

We are trying to install pyfhel, , but we always get the same error message. Unfortunatly we have no idea what the issue might be. We were also able to replicate this issue on different PCs.

Code To Reproduce Error

(venv) PS C:\Users\mikad\PycharmProjects\application-v2> pip install pyfhel
Collecting pyfhel
  Using cached Pyfhel-3.2.1.tar.gz (42.4 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting numpy==1.21
  Using cached numpy-1.21.0-cp39-cp39-win_amd64.whl (14.0 MB)
Building wheels for collected packages: pyfhel
  Building wheel for pyfhel (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for pyfhel (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [159 lines of output]
      running bdist_wheel
      running build
      running build_py
      running build_clib
      building 'SEAL' cmake-based library
      -- Building for: Visual Studio 16 2019
      -- Build type (CMAKE_BUILD_TYPE): Release
      -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19044.
      -- The CXX compiler identification is MSVC 19.29.30146.0
      -- The C compiler identification is MSVC 19.29.30146.0
      -- Detecting CXX compiler ABI info
      -- Detecting CXX compiler ABI info - done
      -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
      -- Detecting CXX compile features
      -- Detecting CXX compile features - done
      -- Detecting C compiler ABI info
      -- Detecting C compiler ABI info - done
      -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
      -- Detecting C compile features
      -- Detecting C compile features - done
      -- Microsoft SEAL debug mode: OFF
      -- SEAL_USE_CXX17: ON
      -- SEAL_BUILD_DEPS: ON
      -- SEAL_USE_MSGSL: ON
      -- Microsoft GSL: download ...
      -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.33.0.windows.2")
      -- SEAL_USE_ZLIB: ON
      -- ZLIB: download ...
      CMake Deprecation Warning at thirdparty/zlib-src/CMakeLists.txt:1 (cmake_minimum_required):
        Compatibility with CMake < 2.8.12 will be removed from a future version of
        CMake.

        Update the VERSION argument <min> value or use a ...<max> suffix to tell
        CMake that the project does not need compatibility with older versions.

      -- Looking for sys/types.h
      -- Looking for sys/types.h - found
      -- Looking for stdint.h
      -- Looking for stdint.h - found
      -- Looking for stddef.h
      -- Looking for stddef.h - found
      -- Check size of off64_t
      -- Check size of off64_t - failed
      -- Looking for fseeko
      -- Looking for fseeko - not found
      -- Looking for unistd.h
      -- Looking for unistd.h - not found
      -- Renaming
      --     C:/Users/mikad/AppData/Local/Temp/pip-install-v4jmj300/pyfhel_de6f6c910a7f4fb1a7c9222efc4b9a20/Pyfhel/backend/SEAL/thirdparty/zlib-src/zconf.h
      -- to 'zconf.h.included' because this file is included with zlib
      -- but CMake generates it automatically in the build directory.
      -- SEAL_USE_ZSTD: ON
      -- Zstandard: download ...
      CMake Deprecation Warning at thirdparty/zstd-src/build/cmake/CMakeLists.txt:10 (cmake_minimum_required):
        Compatibility with CMake < 2.8.12 will be removed from a future version of
        CMake.

        Update the VERSION argument <min> value or use a ...<max> suffix to tell
        CMake that the project does not need compatibility with older versions.

      -- ZSTD VERSION: 1.4.5
      -- Performing Test C_FLAG_MP
      -- Performing Test C_FLAG_MP - Success
      -- Performing Test CXX_FLAG_MP
      -- Performing Test CXX_FLAG_MP - Success
      -- Performing Test C_FLAG_D_UNICODE
      -- Performing Test C_FLAG_D_UNICODE - Success
      -- Performing Test CXX_FLAG_D_UNICODE
      -- Performing Test CXX_FLAG_D_UNICODE - Success
      -- Performing Test C_FLAG_DUNICODE
      -- Performing Test C_FLAG_DUNICODE - Success
      -- Performing Test CXX_FLAG_DUNICODE
      -- Performing Test CXX_FLAG_DUNICODE - Success
      -- CMAKE_INSTALL_PREFIX: C:/Program Files (x86)/SEAL
      -- CMAKE_INSTALL_LIBDIR: lib
      -- ZSTD_LEGACY_SUPPORT not defined!
      -- ZSTD_MULTITHREAD_SUPPORT is disabled
      -- SEAL_USE_INTEL_HEXL: OFF
      -- BUILD_SHARED_LIBS: OFF
      -- SEAL_THROW_ON_TRANSPARENT_CIPHERTEXT: ON
      -- SEAL_USE_GAUSSIAN_NOISE: OFF
      -- SEAL_DEFAULT_PRNG: Blake2xb
      -- intrin.h - found
      -- SEAL_USE_INTRIN: ON
      -- Performing Test SEAL_MEMSET_S_FOUND
      -- Performing Test SEAL_MEMSET_S_FOUND - Failed
      -- Looking for explicit_bzero
      -- Looking for explicit_bzero - not found
      -- Looking for explicit_memset
      -- Looking for explicit_memset - not found
      -- SEAL_USE_MEMSET_S: OFF
      -- SEAL_USE_EXPLICIT_BZERO: OFF
      -- SEAL_USE_EXPLICIT_MEMSET: OFF
      -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
      -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
      -- Check if compiler accepts -pthread
      -- Check if compiler accepts -pthread - no
      -- Looking for pthread_create in pthreads
      -- Looking for pthread_create in pthreads - not found
      -- Looking for pthread_create in pthread
      -- Looking for pthread_create in pthread - not found
      -- Found Threads: TRUE
      -- SEAL_BUILD_SEAL_C: OFF
      -- SEAL_BUILD_EXAMPLES: OFF
      -- SEAL_BUILD_TESTS: OFF
      -- SEAL_BUILD_BENCH: OFF
      -- Configuring done
      -- Generating done
      -- Build files have been written to: C:/Users/mikad/AppData/Local/Temp/pip-install-v4jmj300/pyfhel_de6f6c910a7f4fb1a7c9222efc4b9a20/build/temp.win-amd64-3.9/Pyfhel/SEAL
      Traceback (most recent call last):
        File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 363, in <module>
          main()
        File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 345, in main
          json_out['return_val'] = hook(**hook_input['kwargs'])
        File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 261, in build_wheel
          return _build_backend().build_wheel(wheel_directory, config_settings,
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\build_meta.py", line 244, in build_wheel
          return self._build_with_temp_dir(['bdist_wheel'], '.whl',
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\build_meta.py", line 229, in _build_with_temp_dir
          self.run_setup()
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\build_meta.py", line 174, in run_setup
          exec(compile(code, __file__, 'exec'), locals())
        File "setup.py", line 664, in <module>
          setup(
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\__init__.py", line 155, in setup
          return distutils.core.setup(**attrs)
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\_distutils\core.py", line 148, in setup
          return run_commands(dist)
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\_distutils\core.py", line 163, in run_commands
          dist.run_commands()
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 967, in run_commands
          self.run_command(cmd)
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 986, in run_command
          cmd_obj.run()
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\wheel\bdist_wheel.py", line 299, in run
          self.run_command('build')
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 313, in run_command
          self.distribution.run_command(command)
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 986, in run_command
          cmd_obj.run()
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\_distutils\command\build.py", line 135, in run
          self.run_command(cmd_name)
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 313, in run_command
          self.distribution.run_command(command)
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 986, in run_command
          cmd_obj.run()
        File "C:\Users\mikad\AppData\Local\Temp\pip-build-env-fpzf6l6v\overlay\Lib\site-packages\setuptools\_distutils\command\build_clib.py", line 115, in run
          self.build_libraries(self.libraries)
        File "setup.py", line 294, in build_libraries
          self.build_cmake_lib(lib_name, build_info)
        File "setup.py", line 330, in build_cmake_lib
          self.run_cmake_cli(source_dir, build_dir, cmake_opts)
        File "setup.py", line 505, in run_cmake_cli
          run_command(['cmake', '--build',  '.', '-j', str(n_jobs)] +\
        File "setup.py", line 157, in run_command
          print(line.decode(), end='')
      UnicodeDecodeError: 'utf-8' codec can't decode byte 0x81 in position 55: invalid start byte
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pyfhel
Failed to build pyfhel
ERROR: Could not build wheels for pyfhel, which is required to install pyproject.toml-based projects
Traceback (most recent call last):
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\Scripts\pip.exe\__main__.py", line 7, in <module>
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_internal\cli\main.py", line 70, in main
    return command.main(cmd_args)
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_internal\cli\base_command.py", line 101, in main
    return self._main(args)
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\contextlib.py", line 126, in __exit__
    next(self.gen)
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_internal\cli\command_context.py", line 20, in main_context
    yield
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\contextlib.py", line 532, in __exit__
    raise exc_details[1]
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\contextlib.py", line 137, in __exit__
    self.gen.throw(typ, value, traceback)
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_internal\utils\temp_dir.py", line 70, in tempdir_registry
    yield _tempdir_registry
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\contextlib.py", line 517, in __exit__
    if cb(*exc_details):
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\contextlib.py", line 126, in __exit__
    next(self.gen)
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_internal\utils\temp_dir.py", line 36, in global_tempdir_manager
    _tempdir_manager = old_tempdir_manager
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\contextlib.py", line 532, in __exit__
    raise exc_details[1]
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\contextlib.py", line 517, in __exit__
    if cb(*exc_details):
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_internal\utils\temp_dir.py", line 156, in __exit__
    self.cleanup()
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_internal\utils\temp_dir.py", line 173, in cleanup
    rmtree(self._path)
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_vendor\tenacity\__init__.py", line 326, in wrapped_f
    return self(f, *args, **kw)
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_vendor\tenacity\__init__.py", line 406, in __call__
    do = self.iter(retry_state=retry_state)
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_vendor\tenacity\__init__.py", line 362, in iter
    raise retry_exc.reraise()
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_vendor\tenacity\__init__.py", line 195, in reraise
    raise self.last_attempt.result()
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\concurrent\futures\_base.py", line 439, in result
    return self.__get_result()
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\concurrent\futures\_base.py", line 391, in __get_result
    raise self._exception
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_vendor\tenacity\__init__.py", line 409, in __call__
    result = fn(*args, **kwargs)
  File "C:\Users\mikad\PycharmProjects\application-v2\venv\lib\site-packages\pip\_internal\utils\misc.py", line 128, in rmtree
    shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\shutil.py", line 757, in rmtree
    return _rmtree_unsafe(path, onerror)
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\shutil.py", line 622, in _rmtree_unsafe
    _rmtree_unsafe(fullname, onerror)
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\shutil.py", line 622, in _rmtree_unsafe
    _rmtree_unsafe(fullname, onerror)
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\shutil.py", line 622, in _rmtree_unsafe
    _rmtree_unsafe(fullname, onerror)
  [Previous line repeated 3 more times]
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\shutil.py", line 627, in _rmtree_unsafe
    onerror(os.unlink, fullname, sys.exc_info())
  File "C:\Users\mikad\AppData\Local\Programs\Python\Python39\lib\shutil.py", line 625, in _rmtree_unsafe
    os.unlink(fullname)
PermissionError: [WinError 5] Zugriff verweigert: 'C:\\Users\\mikad\\AppData\\Local\\Temp\\pip-build-env-fpzf6l6v\\overlay\\Lib\\site-packages\\cmake\\data\\bin\\cmake.exe'

Setup:

ibarrond commented 2 years ago

Uch! It seems the characters read from a console while executing cmake can be problematic.

Could you try downloading the Pyfhel repo (git clone --recursive https://github.com/ibarrond/Pyfhel), changing line 157 of the setup.py to print(line.decode("utf-8", "backslashreplace"), end=''), and then install by running pip install .?

Vagubaa commented 2 years ago

That seems to fix it, we tried it on 3 different machines and it worked for all of them. Thanks for the (very quck) help!

ibarrond commented 2 years ago

Ooh, wait! reopening until I fix it in the Pypi version

Crypto-201 commented 2 years ago

I tried hard to install pyfhel v3.2.1 but every time it show the below error. So I installed the older version 2.3.1 but when I used other scheme like CKKS or even simple BFV, the same error accrued. I need help in this regard. thanks I am working on windows with latest version of pip and python.

Traceback (most recent call last): File "d:\rough code\rough.py", line 25, in HE.contextGen(scheme = 'bfv',p=65537, m=4096) File "Pyfhel/Pyfhel.pyx", line 182, in Pyfhel.Pyfhel.Pyfhel.contextGen TypeError: contextGen() got an unexpected keyword argument 'scheme'

ibarrond commented 2 years ago

Issue solved in e6d845e. Closing!

@Crypto-201 Pyfhel v2.3.1 uses an outdated and not maintained API. Switch to V3+ for support and the latest updates!

Crypto-201 commented 2 years ago

Thank you for the quick reply.

I tried to install latest version of Pyfhel but again this error occurred.

error
Crypto-201 commented 2 years ago

Dear @ibarrond Thank you for the quick reply. I tried the latest version of Pyphel 3.3.0 but again below error occurred.

PS D:\bfv reactional> pip install Pyfhel==v3.3.0 Collecting Pyfhel==v3.3.0 Using cached Pyfhel-3.3.0.tar.gz (48.3 MB) Installing build dependencies ... error error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [312 lines of output] Collecting setuptools<=60.9 Using cached setuptools-60.9.0-py3-none-any.whl (1.1 MB) Collecting wheel Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB) Collecting cython==3.0.0a10 Using cached Cython-3.0.0a10-py2.py3-none-any.whl (1.1 MB) Collecting numpy==1.21 Using cached numpy-1.21.0.zip (10.3 MB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cmake>=3.15 Using cached cmake-3.24.1.1-py2.py3-none-win_amd64.whl (39.7 MB) Collecting toml>=0.10 Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB) Building wheels for collected packages: numpy Building wheel for numpy (pyproject.toml): started Building wheel for numpy (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error

    Building wheel for numpy (pyproject.toml) did not run successfully.
    exit code: 1

    [279 lines of output]
    setup.py:63: RuntimeWarning: NumPy 1.21.0 may not yet support Python 3.10.
      warnings.warn(
    Running from numpy source directory.
    Processing numpy/random\_bounded_integers.pxd.in
    Processing numpy/random\bit_generator.pyx
    Processing numpy/random\mtrand.pyx
    Processing numpy/random\_bounded_integers.pyx.in
    Processing numpy/random\_common.pyx
    Processing numpy/random\_generator.pyx
    Processing numpy/random\_mt19937.pyx
    Processing numpy/random\_pcg64.pyx
    Processing numpy/random\_philox.pyx
    Processing numpy/random\_sfc64.pyx
    Cythonizing sources
    blas_opt_info:
    blas_mkl_info:
    No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
    customize MSVCCompiler
      libraries mkl_rt not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']
      NOT AVAILABLE

    blis_info:
      libraries blis not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']
      NOT AVAILABLE

    openblas_info:
      libraries openblas not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']
    get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
    customize GnuFCompiler
    Could not locate executable g77
    Could not locate executable f77
    customize IntelVisualFCompiler
    Could not locate executable ifort
    Could not locate executable ifl
    customize AbsoftFCompiler
    Could not locate executable f90
    customize CompaqVisualFCompiler
    Could not locate executable DF
    customize IntelItaniumVisualFCompiler
    Could not locate executable efl
    customize Gnu95FCompiler
    Could not locate executable gfortran
    Could not locate executable f95
    customize G95FCompiler
    Could not locate executable g95
    customize IntelEM64VisualFCompiler
    customize IntelEM64TFCompiler
    Could not locate executable efort
    Could not locate executable efc
    customize PGroupFlangCompiler
    Could not locate executable flang
    don't know how to compile Fortran code on platform 'nt'
      NOT AVAILABLE

    accelerate_info:
      NOT AVAILABLE

    atlas_3_10_blas_threads_info:
    Setting PTATLAS=ATLAS
      libraries tatlas not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']
      NOT AVAILABLE

    atlas_3_10_blas_info:
      libraries satlas not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']
      NOT AVAILABLE

    atlas_blas_threads_info:
    Setting PTATLAS=ATLAS
      libraries ptf77blas,ptcblas,atlas not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']    
      NOT AVAILABLE

    atlas_blas_info:
      libraries f77blas,cblas,atlas not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']        
      NOT AVAILABLE

    C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\system_info.py:2026: UserWarning:
        Optimized (vendor) Blas libraries are not found.
        Falls back to netlib Blas library which has worse performance.
        A better performance should be easily gained by switching
        Blas library.
      if self._calc_info(blas):
    blas_info:
      libraries blas not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']
      NOT AVAILABLE

    C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\system_info.py:2026: UserWarning:
        Blas (http://www.netlib.org/blas/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [blas]) or by setting
        the BLAS environment variable.
      if self._calc_info(blas):
    blas_src_info:
      NOT AVAILABLE

    C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\system_info.py:2026: UserWarning:
        Blas (http://www.netlib.org/blas/) sources not found.
        Directories to search for the sources can be specified in the
        numpy/distutils/site.cfg file (section [blas_src]) or by setting
        the BLAS_SRC environment variable.
      if self._calc_info(blas):
      NOT AVAILABLE

    non-existing path in 'numpy\\distutils': 'site.cfg'
    lapack_opt_info:
    lapack_mkl_info:
      libraries mkl_rt not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']
      NOT AVAILABLE

    openblas_lapack_info:
      libraries openblas not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']
      NOT AVAILABLE

    openblas_clapack_info:
      libraries openblas,lapack not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']
      NOT AVAILABLE

    flame_info:
      libraries flame not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']
      NOT AVAILABLE

    atlas_3_10_threads_info:
    Setting PTATLAS=ATLAS
      libraries lapack_atlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\lib 
      libraries tatlas,tatlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\lib          libraries lapack_atlas not found in C:\
      libraries tatlas,tatlas not found in C:\
      libraries lapack_atlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\libs          libraries tatlas,tatlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\libs
    <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
      NOT AVAILABLE

    atlas_3_10_info:
      libraries lapack_atlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\lib 
      libraries satlas,satlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\lib          libraries lapack_atlas not found in C:\
      libraries satlas,satlas not found in C:\
      libraries lapack_atlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\libs          libraries satlas,satlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\libs
    <class 'numpy.distutils.system_info.atlas_3_10_info'>
      NOT AVAILABLE

    atlas_threads_info:
    Setting PTATLAS=ATLAS
      libraries lapack_atlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\lib 
      libraries ptf77blas,ptcblas,atlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\lib
      libraries lapack_atlas not found in C:\
      libraries ptf77blas,ptcblas,atlas not found in C:\
      libraries lapack_atlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\libs          libraries ptf77blas,ptcblas,atlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\libs
    <class 'numpy.distutils.system_info.atlas_threads_info'>
      NOT AVAILABLE

    atlas_info:
      libraries lapack_atlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\lib 
      libraries f77blas,cblas,atlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\lib
      libraries lapack_atlas not found in C:\
      libraries f77blas,cblas,atlas not found in C:\
      libraries lapack_atlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\libs          libraries f77blas,cblas,atlas not found in C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\libs
    <class 'numpy.distutils.system_info.atlas_info'>
      NOT AVAILABLE

    lapack_info:
      libraries lapack not found in ['C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\AFTAB AKRAM\\AppData\\Local\\Programs\\Python\\Python310\\libs']
      NOT AVAILABLE

    C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\system_info.py:1858: UserWarning:
        Lapack (http://www.netlib.org/lapack/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [lapack]) or by setting
        the LAPACK environment variable.
      return getattr(self, '_calc_info_{}'.format(name))()
    lapack_src_info:
      NOT AVAILABLE

    C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\system_info.py:1858: UserWarning:
        Lapack (http://www.netlib.org/lapack/) sources not found.
        Directories to search for the sources can be specified in the
        numpy/distutils/site.cfg file (section [lapack_src]) or by setting
        the LAPACK_SRC environment variable.
      return getattr(self, '_calc_info_{}'.format(name))()
      NOT AVAILABLE

    numpy_linalg_lapack_lite:
      FOUND:
        language = c
        define_macros = [('HAVE_BLAS_ILP64', None), ('BLAS_SYMBOL_SUFFIX', '64_')]

    Warning: attempted relative import with no known parent package
    C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'define_macros'
      warnings.warn(msg)
    running bdist_wheel
    running build
    running config_cc
    unifing config_cc, config, build_clib, build_ext, build commands --compiler options
    running config_fc
    unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
    running build_src
    build_src
    building py_modules sources
    creating build
    creating build\src.win-amd64-3.10
    creating build\src.win-amd64-3.10\numpy
    creating build\src.win-amd64-3.10\numpy\distutils
    building library "npymath" sources
    Traceback (most recent call last):
      File "C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\Lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 363, in <module>
        main()
      File "C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\Lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 345, in main
        json_out['return_val'] = hook(**hook_input['kwargs'])
      File "C:\Users\AFTAB AKRAM\AppData\Local\Programs\Python\Python310\Lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 261, in build_wheel
        return _build_backend().build_wheel(wheel_directory, config_settings,
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\build_meta.py", line 211, in build_wheel
        return self._build_with_temp_dir(['bdist_wheel'], '.whl',
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\build_meta.py", line 197, in _build_with_temp_dir
        self.run_setup()
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\build_meta.py", line 248, in run_setup
        super(_BuildMetaLegacyBackend,
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\build_meta.py", line 142, in run_setup
        exec(compile(code, __file__, 'exec'), locals())
      File "setup.py", line 447, in <module>
        setup_package()
      File "setup.py", line 439, in setup_package
        setup(**metadata)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\core.py", line 169, in setup
        return old_setup(**new_attr)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\__init__.py", line 165, in setup
        return distutils.core.setup(**attrs)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\core.py", line 148, in setup
        dist.run_commands()
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 967, in run_commands
        self.run_command(cmd)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 986, in run_command
        cmd_obj.run()
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\wheel\bdist_wheel.py", line 299, in run
        self.run_command('build')
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 986, in run_command
        cmd_obj.run()
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\command\build.py", line 61, in run
        old_build.run(self)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\command\build.py", line 135, in run
        self.run_command(cmd_name)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 986, in run_command
        cmd_obj.run()
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\command\build_src.py", line 144, in run
        self.build_sources()
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\command\build_src.py", line 155, in build_sources
        self.build_library_sources(*libname_info)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\command\build_src.py", line 288, in build_library_sources
        sources = self.generate_sources(sources, (lib_name, build_info))
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\command\build_src.py", line 378, in generate_sources
        source = func(extension, build_dir)
      File "numpy\core\setup.py", line 661, in get_mathlib_info
        st = config_cmd.try_link('int main(void) { return 0;}')
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\command\config.py", line 243, in try_link
        self._link(body, headers, include_dirs,
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\command\config.py", line 163, in _link
        return self._wrap_method(old_config._link, lang,
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\command\config.py", line 98, in _wrap_method
        ret = mth(*((self,)+args))
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\command\config.py", line 137, in _link
        (src, obj) = self._compile(body, headers, include_dirs, lang)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\command\config.py", line 106, in _compile
        src, obj = self._wrap_method(old_config._compile, lang,
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\command\config.py", line 98, in _wrap_method
        ret = mth(*((self,)+args))
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\command\config.py", line 132, in _compile
        self.compiler.compile([src], include_dirs=include_dirs)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\_msvccompiler.py", line 401, in compile
        self.spawn(args)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-build-env-kwrydtq1\overlay\Lib\site-packages\setuptools\_distutils\_msvccompiler.py", line 505, in spawn
        return super().spawn(cmd, env=env)
      File "C:\Users\AFTAB AKRAM\AppData\Local\Temp\pip-install-ykg9j22l\numpy_a3dff66bdd1748368f9f797ed0e4b72c\numpy\distutils\ccompiler.py", line 88, in <lambda>
        m = lambda self, *args, **kw: func(self, *args, **kw)
    TypeError: CCompiler_spawn() got an unexpected keyword argument 'env'
    [end of output]

    note: This error originates from a subprocess, and is likely not a problem with pip.
    ERROR: Failed building wheel for numpy
  Failed to build numpy
  ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects      
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. PS D:\bfv reactional>

ibarrond commented 2 years ago

@Crypto-201 please open your own issue to discuss the installation problems. Since the 'utf-8' error doesn't appear anymore, we will leave this issue closed. Oh, and please provide all the information required to diagnose the problem, as requested in the "bug report" remplate.