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

Installation problem #125

Open
engineeringmath opened this issue Feb 15, 2024 · 5 comments
Open

Installation problem #125

engineeringmath opened this issue Feb 15, 2024 · 5 comments

Comments

@engineeringmath
Copy link

I previously (1-2 years back) installed and used dmipy.
But now installing on a new computer gives errors.
Has anyone recently installed dmipy?
I copy the last lines of the terminal output below. This is on ubuntu 20.04

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.

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

@saifdin-crypto
Copy link

I also get this issue

@cyyyuyan
Copy link

I previously (1-2 years back) installed and used dmipy. But now installing on a new computer gives errors. Has anyone recently installed dmipy? I copy the last lines of the terminal output below. This is on ubuntu 20.04

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.

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

Hi,

I've encountered the same issue while installing dmipy. Have you resolved this issue yet? Could you please tell me how to solve it? Or does anyone else know how to address this problem?

Thank you for your help!

Best Regards

@engineeringmath
Copy link
Author

I previously (1-2 years back) installed and used dmipy. But now installing on a new computer gives errors. Has anyone recently installed dmipy? I copy the last lines of the terminal output below. This is on ubuntu 20.04
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.
note: This error originates from a subprocess, and is likely not a problem with pip.

Hi,

I've encountered the same issue while installing dmipy. Have you resolved this issue yet? Could you please tell me how to solve it? Or does anyone else know how to address this problem?

Thank you for your help!

Best Regards

No, I did not.

@cyyyuyan
Copy link

Thanks

@rutgerfick
Copy link
Collaborator

rutgerfick commented Sep 13, 2024

Hi everyone, I happen to have some time free these days so I'll try to fix the installation issue for the latest python and ubuntu versions next week. I think it's just that the packages because too outdated and I'll have to play a bit with the versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants