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

pip install ddf_utils gives error #135

Open
BengtDahlgrenGeo opened this issue Jun 8, 2023 · 1 comment
Open

pip install ddf_utils gives error #135

BengtDahlgrenGeo opened this issue Jun 8, 2023 · 1 comment

Comments

@BengtDahlgrenGeo
Copy link

Hi!
I am trying to install ddf_utils, but I get the following error:

  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 10
  ╰─> [1 lines of output]
      Please specify --curl-dir=/path/to/built/libcurl
      [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.

I am then running:

pip install ddf_utils --global-option=build_ext --global-option="--curl-dir=my_path_to_libcurl/libcurl"

I get a new error:

  Installing build dependencies ... error
  error: subprocess-exited-with-error

Any idea of how to handle this? :)

@semio
Copy link
Owner

semio commented Jun 9, 2023

Hi, thanks for reporting the issue! Seems that pycurl (dependency of ddf_utils) is not easy to install on some platforms. Would you tell me about your system environment? Including

  • your OS and version (e.g Ubuntu 20.04)
  • your python version (python --version)
  • are you running installation in a virtual env (or conda env) or not?

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

2 participants