Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility isssue #4

Open
3 of 4 tasks
alejandrojginerd opened this issue Dec 20, 2023 · 0 comments
Open
3 of 4 tasks

Compatibility isssue #4

alejandrojginerd opened this issue Dec 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@alejandrojginerd
Copy link

alejandrojginerd commented Dec 20, 2023

Bug Report

Thanks for reporting an issue, please review the task list below before submitting the
issue. Your issue report will be closed if the issue is incomplete and the below tasks not completed.

Task List

Put an x in the boxes that apply

  • Steps to reproduce provided
  • Stacktrace (if present) provided
  • Example that reproduces the problem uploaded to Github
  • Full description of the issue provided (see below)

Commit or Tag Version

main

Expected Behaviour

installation without issue

Actual Behaviour

installation fails doe to broken dependencies

Steps to Reproduce

I have run the installation script both in python 3.10 and 3.9 with multiple versions of Cython, PyYAML and scikit-learn withpout success

  1. run pip install -r requirements.txt

Related Code

Virtual enviroment setting:
PyYAML 6.0
Cython 0.29.37
Python 3.9.18

pip install -r requirements.txt yields:

            [end of output]
      
        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for numpy
        Running setup.py clean for numpy
        error: subprocess-exited-with-error
      
        × python setup.py clean did not run successfully.
        │ exit code: 1
        ╰─> [10 lines of output]
            Running from numpy source directory.
      
            `setup.py clean` is not supported, use one of the following instead:
      
              - `git clean -xdf` (cleans all files)
              - `git clean -Xdf` (cleans all versioned files, doesn't touch
                                  files that aren't checked into the git repo)
      
            Add `--force` to your command to use it anyway if you must (unsupported).
      
            [end of output]
      
        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed cleaning build dir 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.```
@alejandrojginerd alejandrojginerd added the bug Something isn't working label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant