Closed ysnan closed 4 years ago
Which version of ArrayFire (not python wrapper) do you have installed?
Thank you for your prompt reply. It is my fault not to notice I need to install ArrayFire in advance😠I will try it and if any problem occur I will ask again.
Sorry to bother you again. I downloaded the ArrayFire binary file and installed it. But how can I link the ArrayFire with python wrapper? The instruction link in Post Installation section in README.md
file has been missing. Thank you!
Sorry about that, we will soon fix that ( raised this issue https://github.com/arrayfire/arrayfire-python/issues/220).
The link most likely points to this section http://arrayfire.org/docs/installing.htm#Linux
On Mon, Feb 17, 2020 at 9:14 PM ysnan notifications@github.com wrote:
Sorry to bother you again. I downloaded the ArrayFire binary file and installed it. But how can I link the ArrayFire with python wrapper? The instruction link in Post Installation section in README.md file has been missing. Thank you!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/arrayfire/arrayfire-python/issues/219?email_source=notifications&email_token=AAY6OOVJC4ESAEY64HKBBRTRDKWGJA5CNFSM4KWRZB5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL63MUY#issuecomment-587052627, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAY6OOTUAEGSGR53ZFY3FWDRDKWGJANCNFSM4KWRZB5A .
I tried to install the arrayfire in my Linux workstation via
pip install arrayfire
. It successfully installed but was not able to import. When I tried to useimport arrayfire
, it showed:It failed for both
python 3.6
andpython 2.7
. Could you please help me check it out. Thank you!