Skip to content

Ignoring oldest-supported-numpy: markers 'python_version != "3.7" or platform_machine == "aarch64" or platform_system == "AIX" or platform_python_implementation == "PyPy"' don't match your environment #877

@ManPython

Description

@ManPython

I'm trying run this app agaiin on FreeBSD.. not sure it is supported.

 pip install dtale
Collecting dtale
  Using cached dtale-3.13.1-py2.py3-none-any.whl.metadata (17 kB)
Collecting dash-colorscales (from dtale)
  Using cached dash_colorscales-0.0.4.tar.gz (62 kB)
  Preparing metadata (setup.py) ... done
Collecting dash-daq (from dtale)
  Using cached dash_daq-0.5.0.tar.gz (642 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: Flask-Compress in ./venvpy37/lib/python3.7/site-packages (from dtale) (1.10.1)
Requirement already satisfied: future>=0.14.0 in ./venvpy37/lib/python3.7/site-packages (from dtale) (0.18.2)
INFO: pip is looking at multiple versions of dtale to determine which version is compatible with other requirements. This could take a while.
Collecting dtale
  Using cached dtale-3.13.0-py2.py3-none-any.whl.metadata (17 kB)
  Using cached dtale-3.12.0-py2.py3-none-any.whl.metadata (16 kB)
  Using cached dtale-3.11.0-py2.py3-none-any.whl.metadata (16 kB)
  Using cached dtale-3.10.0-py2.py3-none-any.whl.metadata (16 kB)
  Using cached dtale-3.9.0-py2.py3-none-any.whl.metadata (16 kB)
  Using cached dtale-3.8.1-py2.py3-none-any.whl.metadata (16 kB)
  Using cached dtale-3.8.0-py2.py3-none-any.whl.metadata (16 kB)
INFO: pip is still looking at multiple versions of dtale to determine which version is compatible with other requirements. This could take a while.
  Using cached dtale-3.7.0-py2.py3-none-any.whl.metadata (16 kB)
  Using cached dtale-3.6.0-py2.py3-none-any.whl.metadata (16 kB)
  Using cached dtale-3.5.0-py2.py3-none-any.whl.metadata (15 kB)
  Using cached dtale-3.4.0-py2.py3-none-any.whl.metadata (15 kB)
  Using cached dtale-3.3.0-py2.py3-none-any.whl.metadata (15 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
  Using cached dtale-3.2.0-py2.py3-none-any.whl.metadata (15 kB)
  Using cached dtale-3.1.7-py2.py3-none-any.whl.metadata (15 kB)
  Using cached dtale-3.1.6-py2.py3-none-any.whl.metadata (15 kB)
  Using cached dtale-3.1.0-py2.py3-none-any.whl.metadata (15 kB)
  Using cached dtale-3.0.0-py2.py3-none-any.whl.metadata (15 kB)
  Using cached dtale-2.16.0-py2.py3-none-any.whl.metadata (15 kB)
  Using cached dtale-2.15.2-py2.py3-none-any.whl.metadata (15 kB)
  Using cached dtale-2.15.0-py2.py3-none-any.whl.metadata (15 kB)
  Using cached dtale-2.14.1-py2.py3-none-any.whl.metadata (15 kB)
  Using cached dtale-2.14.0-py2.py3-none-any.whl.metadata (15 kB)
Collecting missingno<=0.4.2 (from dtale)
  Using cached missingno-0.4.2-py3-none-any.whl.metadata (638 bytes)
Requirement already satisfied: pandas in ./venvpy37/lib/python3.7/site-packages (from dtale) (1.3.1)
Collecting squarify (from dtale)
  Using cached squarify-0.4.4-py3-none-any.whl.metadata (600 bytes)
Collecting strsimpy (from dtale)
  Using cached strsimpy-0.2.1-py3-none-any.whl.metadata (20 kB)
Requirement already satisfied: six in ./venvpy37/lib/python3.7/site-packages (from dtale) (1.11.0)
Requirement already satisfied: xlrd in ./venvpy37/lib/python3.7/site-packages (from dtale) (2.0.1)
Collecting matplotlib==3.5.3 (from dtale)
  Downloading matplotlib-3.5.3.tar.gz (35.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.2/35.2 MB 46.5 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Requirement already satisfied: networkx==2.6.3 in ./venvpy37/lib/python3.7/site-packages (from dtale) (2.6.3)
Requirement already satisfied: packaging<=21.0 in ./venvpy37/lib/python3.7/site-packages (from dtale) (20.4)
Collecting scikit-learn==1.0.2 (from dtale)
  Downloading scikit-learn-1.0.2.tar.gz (6.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/6.7 MB 60.4 MB/s eta 0:00:00
  Installing build dependencies ... error
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [183 lines of output]
      Ignoring oldest-supported-numpy: markers 'python_version != "3.7" or platform_machine == "aarch64" or platform_system == "AIX" or platform_python_implementation == "PyPy"' don't match your environment
      Collecting setuptools<60.0
        Downloading setuptools-59.8.0-py3-none-any.whl.metadata (5.0 kB)
      Collecting wheel
        Downloading wheel-0.42.0-py3-none-any.whl.metadata (2.2 kB)
      Collecting Cython>=0.28.5
        Using cached Cython-3.0.11-py2.py3-none-any.whl.metadata (3.2 kB)
      Collecting numpy==1.14.6
        Downloading numpy-1.14.6.zip (4.9 MB)
           ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 9.8 MB/s eta 0:00:00
        Preparing metadata (setup.py): started
        Preparing metadata (setup.py): finished with status 'done'
      Collecting scipy>=1.1.0
        Downloading scipy-1.7.3.tar.gz (36.1 MB)
           ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.1/36.1 MB 48.3 MB/s eta 0:00:00
        Installing build dependencies: started
        Installing build dependencies: still running...
        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): still running...
        Preparing metadata (pyproject.toml): finished with status 'error'
        error: subprocess-exited-with-error

        × Preparing metadata (pyproject.toml) did not run successfully.
        │ exit code: 1
        ╰─> [145 lines of output]
            Running scipy/linalg/_generate_pyx.py
            Running scipy/special/_generate_pyx.py
            Running scipy/stats/_generate_pyx.py
            Processing scipy/optimize/_group_columns.pyx
            Processing scipy/optimize/_bglu_dense.pyx
            Processing scipy/optimize/_lsq/givens_elimination.pyx
            Processing scipy/optimize/cython_optimize/_zeros.pyx.in
            Processing scipy/optimize/_trlib/_trlib.pyx
            Processing scipy/optimize/_highs/cython/src/_highs_wrapper.pyx
            Processing scipy/optimize/_highs/cython/src/_highs_constants.pyx
            Processing scipy/linalg/cython_blas.pyx
            Processing scipy/linalg/_decomp_update.pyx.in
            Processing scipy/linalg/cython_lapack.pyx
            Processing scipy/linalg/_matfuncs_sqrtm_triu.pyx
            Processing scipy/linalg/_solve_toeplitz.pyx
            Processing scipy/interpolate/_ppoly.pyx
            Processing scipy/interpolate/_bspl.pyx
            Processing scipy/interpolate/interpnd.pyx
            Processing scipy/special/_test_round.pyx
            Processing scipy/special/_ufuncs_cxx.pyx
            Processing scipy/special/_ellip_harm_2.pyx
            Processing scipy/special/_ufuncs.pyx
            Processing scipy/special/_comb.pyx
            Processing scipy/special/cython_special.pyx
            Processing scipy/io/matlab/mio5_utils.pyx
            Processing scipy/io/matlab/streams.pyx
            Processing scipy/io/matlab/mio_utils.pyx
            Processing scipy/_lib/_test_deprecation_call.pyx
            Processing scipy/_lib/messagestream.pyx
            Processing scipy/_lib/_ccallback_c.pyx
            Processing scipy/_lib/_test_deprecation_def.pyx
            Processing scipy/sparse/_csparsetools.pyx.in
            Processing scipy/sparse/csgraph/_matching.pyx
            Processing scipy/sparse/csgraph/_traversal.pyx
            Processing scipy/sparse/csgraph/_min_spanning_tree.pyx
            Processing scipy/sparse/csgraph/_reordering.pyx
            Processing scipy/sparse/csgraph/_tools.pyx
            Processing scipy/sparse/csgraph/_shortest_path.pyx
            Processing scipy/sparse/csgraph/_flow.pyx
            Processing scipy/fftpack/convolve.pyx
            Processing scipy/spatial/ckdtree.pyx
            Processing scipy/spatial/_voronoi.pyx
            Processing scipy/spatial/_hausdorff.pyx
            Processing scipy/spatial/qhull.pyx
            Processing scipy/spatial/transform/rotation.pyx
            Processing scipy/stats/_sobol.pyx
            Processing scipy/stats/biasedurn.pyx
            Processing scipy/stats/_stats.pyx
            Processing scipy/stats/_qmc_cy.pyx
            Processing scipy/stats/_boost/src/beta_ufunc.pyx
            Processing scipy/stats/_boost/src/binom_ufunc.pyx
            Processing scipy/stats/_boost/src/nbinom_ufunc.pyx
            Processing scipy/cluster/_hierarchy.pyx
            Processing scipy/cluster/_optimal_leaf_ordering.pyx
            Processing scipy/cluster/_vq.pyx
            Processing scipy/signal/_sosfilt.pyx
            Processing scipy/signal/_peak_finding_utils.pyx
            Processing scipy/signal/_upfirdn_apply.pyx
            Processing scipy/signal/_spectral.pyx
            Processing scipy/signal/_max_len_seq_inner.pyx
            Processing scipy/ndimage/src/_cytest.pyx
            Processing scipy/ndimage/src/_ni_label.pyx
            Traceback (most recent call last):
              File "/tmp/pip-install-r5br_luw/scipy_cb3eb0cc056942b781e7b17903da2a02/tools/cythonize.py", line 106, in process_pyx
                r = subprocess.call(['cython'] + flags + ["-o", tofile, fromfile], cwd=cwd)
              File "/usr/local/lib/python3.7/subprocess.py", line 339, in call
                with Popen(*popenargs, **kwargs) as p:
              File "/usr/local/lib/python3.7/subprocess.py", line 800, in __init__
                restore_signals, start_new_session)
              File "/usr/local/lib/python3.7/subprocess.py", line 1498, in _execute_child
                restore_signals, start_new_session, preexec_fn)
            BlockingIOError: [Errno 35] Resource temporarily unavailable

            During handling of the above exception, another exception occurred:

            Traceback (most recent call last):
              File "/tmp/pip-install-r5br_luw/scipy_cb3eb0cc056942b781e7b17903da2a02/tools/cythonize.py", line 116, in process_pyx
                cwd=cwd)
              File "/usr/local/lib/python3.7/subprocess.py", line 339, in call
                with Popen(*popenargs, **kwargs) as p:
              File "/usr/local/lib/python3.7/subprocess.py", line 800, in __init__
                restore_signals, start_new_session)
              File "/usr/local/lib/python3.7/subprocess.py", line 1498, in _execute_child
                restore_signals, start_new_session, preexec_fn)
            BlockingIOError: [Errno 35] Resource temporarily unavailable

            The above exception was the direct cause of the following exception:

            Traceback (most recent call last):
              File "/tmp/pip-install-r5br_luw/scipy_cb3eb0cc056942b781e7b17903da2a02/tools/cythonize.py", line 324, in <module>
                main()
              File "/tmp/pip-install-r5br_luw/scipy_cb3eb0cc056942b781e7b17903da2a02/tools/cythonize.py", line 320, in main
                find_process_files(root_dir)
              File "/tmp/pip-install-r5br_luw/scipy_cb3eb0cc056942b781e7b17903da2a02/tools/cythonize.py", line 309, in find_process_files
                for result in pool.imap_unordered(lambda args: process(*args), jobs):
              File "/usr/local/lib/python3.7/multiprocessing/pool.py", line 748, in next
                raise value
              File "/usr/local/lib/python3.7/multiprocessing/pool.py", line 121, in worker
                result = (True, func(*args, **kwds))
              File "/tmp/pip-install-r5br_luw/scipy_cb3eb0cc056942b781e7b17903da2a02/tools/cythonize.py", line 309, in <lambda>
                for result in pool.imap_unordered(lambda args: process(*args), jobs):
              File "/tmp/pip-install-r5br_luw/scipy_cb3eb0cc056942b781e7b17903da2a02/tools/cythonize.py", line 243, in process
                processor_function(fromfile, tofile, cwd=path)
              File "/tmp/pip-install-r5br_luw/scipy_cb3eb0cc056942b781e7b17903da2a02/tools/cythonize.py", line 120, in process_pyx
                raise OSError('Cython needs to be installed') from e
            OSError: Cython needs to be installed
            setup.py:493: UserWarning: Unrecognized setuptools command ('dist_info --egg-base /tmp/pip-modern-metadata-g1n2sa5f'), proceeding with generating Cython sources and expanding templates
              ' '.join(sys.argv[1:])))
            Running from SciPy source directory.
            Cythonizing sources
            Traceback (most recent call last):
              File "setup.py", line 357, in generate_cython
                import pip
            ModuleNotFoundError: No module named 'pip'

            During handling of the above exception, another exception occurred:

            Traceback (most recent call last):
              File "/usr/home/ManPython/venvpy37/lib/python3.7/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
                main()
              File "/usr/home/ManPython/venvpy37/lib/python3.7/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
                json_out['return_val'] = hook(**hook_input['kwargs'])
              File "/usr/home/ManPython/venvpy37/lib/python3.7/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 149, in prepare_metadata_for_build_wheel
                return hook(metadata_directory, config_settings)
              File "/tmp/pip-build-env-t43k7dxk/overlay/lib/python3.7/site-packages/setuptools/build_meta.py", line 166, in prepare_metadata_for_build_wheel
                self.run_setup()
              File "/tmp/pip-build-env-t43k7dxk/overlay/lib/python3.7/site-packages/setuptools/build_meta.py", line 259, in run_setup
                self).run_setup(setup_script=setup_script)
              File "/tmp/pip-build-env-t43k7dxk/overlay/lib/python3.7/site-packages/setuptools/build_meta.py", line 150, in run_setup
                exec(compile(code, __file__, 'exec'), locals())
              File "setup.py", line 631, in <module>
                setup_package()
              File "setup.py", line 615, in setup_package
                generate_cython()
              File "setup.py", line 366, in generate_cython
                raise RuntimeError("Running cythonize failed!")
            RuntimeError: Running cythonize failed!
            warning: _cython_special_custom.pxi:9:8: Unreachable code
            warning: _cython_special_custom.pxi:13:4: Unreachable code
            warning: _cython_special_custom.pxi:21:8: Unreachable code
            warning: _cython_special_custom.pxi:25:4: Unreachable code
            warning: _cython_special_custom.pxi:33:8: Unreachable code
            warning: _cython_special_custom.pxi:37:4: Unreachable code
            warning: _cython_special_custom.pxi:45:8: Unreachable code
            warning: _cython_special_custom.pxi:49:4: Unreachable code
            [end of output]

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

      × Encountered error while generating package metadata.
      ╰─> See above for output.

      note: This is an issue with the package mentioned above, not pip.
      hint: See above for details.
      [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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions