tschoonj / xraylib

A library for X-ray matter interaction cross sections for X-ray fluorescence applications
https://github.com/tschoonj/xraylib/wiki
Other
120 stars 54 forks source link

How to install xraylib package in win10? #219

Closed TianSong1991 closed 11 months ago

TianSong1991 commented 1 year ago

Hello I want to know how to install xraylib package in win10. I use pip and conda to install xraylib package.But it can't find the xraylib package in python url. Please tell me how to install xraylib package pip or conda order. Thanks.

TianSong1991 commented 1 year ago

https://anaconda.org/conda-forge/xraylib

This is the conda source web page. I try

To install this package run one of the following: conda install -c conda-forge xraylib conda install -c "conda-forge/label/cf201901" xraylib conda install -c "conda-forge/label/cf202003" xraylib conda install -c "conda-forge/label/gcc7" xraylib

It returns error:

If submitted, this report will be used by core maintainers to improve future releases of conda. Would you like conda to send this report to the core maintainers? [y/N]: y Upload successful.

Thank you for helping to improve conda. Opt-in to always sending reports (and not see this message again) by running

$ conda config --set report_errors true
tschoonj commented 1 year ago

Hi,

This looks like an internal conda error, and is likely to be unrelated to xraylib. You may want to report this problem with the conda developers instead.

tschoonj commented 11 months ago

Closing due to lack of activity