ornladios / ADIOS

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo
https://csmd.ornl.gov/adios
Other
54 stars 40 forks source link

pip install adios failed both on Mac and Ubuntu #89

Open TYoung1221 opened 7 years ago

TYoung1221 commented 7 years ago

I tried to install adios with pip install adios on Mac and Ubuntu. But all returned an error as `adios_config is not installed nor found. Please install Adios or check PATH.

----------------------------------------

Command "python setup.py egg_info" failed with error code 255`

Could you please offer me some help?

cstatz commented 7 years ago

Assuming you have adios installed ...

You have to have 'adios_config' in your path: e.g. from your shell execute

export PATH=$PATH:/usr/local/adios/bin

In this line replace the "/usr/local/adios/bin" with the actual location of your adios installation.

HTH, C.