erdc / RAPIDpy

RAPIDpy is a python interface for RAPID that assists to prepare inputs, runs the RAPID program, and provides post-processing utilities.
BSD 3-Clause "New" or "Revised" License
24 stars 26 forks source link

Conda Installation #29

Closed msouff closed 7 years ago

msouff commented 7 years ago

I cannot install RAPIDpy using conda. Here is what I'm getting:

screen shot 2017-08-10 at 12 10 49 pm

I'm using a 32bit machine and makes me wonder if RAPIDpy is only available in conda for 64bit.

snowman2 commented 7 years ago

It is only available for 64 bit: https://anaconda.org/conda-forge/rapidpy

msouff commented 7 years ago

I installed it manually for 32 bit, but I think this is still an issue. The fix would be to either make it available for 32bits or to specify in the documentation that the conda installation is only for 64bit.

snowman2 commented 7 years ago

@msouff, would you mind doing a PR addressing the documentation for this issue?

msouff commented 7 years ago

Yes. I can do that sometime next week.