[jira] [Updated] (ARROW-2355) [Python] Unable to import pyarrow [0.9.0] OSX

2018-03-26 Thread Bradford W Littooy (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bradford W Littooy updated ARROW-2355:
--
Summary: [Python] Unable to import pyarrow [0.9.0] OSX  (was: [Python] 
Unable to import pyarrow [0.9.0] OSX via pip)

> [Python] Unable to import pyarrow [0.9.0] OSX
> -
>
> Key: ARROW-2355
> URL: https://issues.apache.org/jira/browse/ARROW-2355
> Project: Apache Arrow
>  Issue Type: Bug
>Reporter: Bradford W Littooy
>Priority: Major
>
> I have pip installed pyarrow to my mac os x (version 10.13.3). When I try to 
> import pyarrow into a python3.6 interpreter, I get the following import error:
>  
> >>> import pyarrow
> Traceback (most recent call last):
>   File "", line 1, in 
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/__init__.py",
>  line 47, in 
>     from pyarrow.lib import cpu_count, set_cpu_count
> ImportError: 
> dlopen(/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/lib.cpython-36m-darwin.so,
>  2): Library not loaded: libarrow_boost_system.dylib
>   Referenced from: 
> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/libarrow.0.dylib
>   Reason: image not found
> >>>
> I've installed pyarrow (0.9) on an EC2 instance with no issue. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-2355) [Python] Unable to import pyarrow [0.9.0] OSX via pip

2018-03-26 Thread Bradford W Littooy (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bradford W Littooy updated ARROW-2355:
--
Description: 
I have pip installed pyarrow to my mac os x (version 10.13.3). When I try to 
import pyarrow into a python3.6 interpreter, I get the following import error:

 

>>> import pyarrow

Traceback (most recent call last):

  File "", line 1, in 

  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/__init__.py",
 line 47, in 

    from pyarrow.lib import cpu_count, set_cpu_count

ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/lib.cpython-36m-darwin.so,
 2): Library not loaded: libarrow_boost_system.dylib

  Referenced from: 
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/libarrow.0.dylib

  Reason: image not found

>>>

I've installed pyarrow (0.9) on an EC2 instance with no issue. 

  was:
I just installed pyarrow to my mac os x (version 10.13.3). When I try to import 
pyarrow into a python3.6 interpreter, I get the following import error:

 

>>> import pyarrow

Traceback (most recent call last):

  File "", line 1, in 

  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/__init__.py",
 line 47, in 

    from pyarrow.lib import cpu_count, set_cpu_count

ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/lib.cpython-36m-darwin.so,
 2): Library not loaded: libarrow_boost_system.dylib

  Referenced from: 
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/libarrow.0.dylib

  Reason: image not found

>>>

I've installed pyarrow (0.9) on an EC2 instance with no issue. 

Summary: [Python] Unable to import pyarrow [0.9.0] OSX via pip  (was: 
[Python] Unable to import pyarrow [0.9.0] OSX)

> [Python] Unable to import pyarrow [0.9.0] OSX via pip
> -
>
> Key: ARROW-2355
> URL: https://issues.apache.org/jira/browse/ARROW-2355
> Project: Apache Arrow
>  Issue Type: Bug
>Reporter: Bradford W Littooy
>Priority: Major
>
> I have pip installed pyarrow to my mac os x (version 10.13.3). When I try to 
> import pyarrow into a python3.6 interpreter, I get the following import error:
>  
> >>> import pyarrow
> Traceback (most recent call last):
>   File "", line 1, in 
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/__init__.py",
>  line 47, in 
>     from pyarrow.lib import cpu_count, set_cpu_count
> ImportError: 
> dlopen(/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/lib.cpython-36m-darwin.so,
>  2): Library not loaded: libarrow_boost_system.dylib
>   Referenced from: 
> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/libarrow.0.dylib
>   Reason: image not found
> >>>
> I've installed pyarrow (0.9) on an EC2 instance with no issue. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ARROW-2355) [Python] Unable to import pyarrow [0.9.0]

2018-03-26 Thread Bradford W Littooy (JIRA)
Bradford W Littooy created ARROW-2355:
-

 Summary: [Python] Unable to import pyarrow [0.9.0]
 Key: ARROW-2355
 URL: https://issues.apache.org/jira/browse/ARROW-2355
 Project: Apache Arrow
  Issue Type: Bug
Reporter: Bradford W Littooy


I just installed pyarrow to my mac os x (version 10.13.3). When I try to import 
pyarrow into a python3.6 interpreter, I get the following import error:

 

>>> import pyarrow

Traceback (most recent call last):

  File "", line 1, in 

  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/__init__.py",
 line 47, in 

    from pyarrow.lib import cpu_count, set_cpu_count

ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/lib.cpython-36m-darwin.so,
 2): Library not loaded: libarrow_boost_system.dylib

  Referenced from: 
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/libarrow.0.dylib

  Reason: image not found

>>>

I've installed pyarrow (0.9) on an EC2 instance with no issue. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-2355) [Python] Unable to import pyarrow [0.9.0] OSX

2018-03-26 Thread Bradford W Littooy (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bradford W Littooy updated ARROW-2355:
--
Summary: [Python] Unable to import pyarrow [0.9.0] OSX  (was: [Python] 
Unable to import pyarrow [0.9.0])

> [Python] Unable to import pyarrow [0.9.0] OSX
> -
>
> Key: ARROW-2355
> URL: https://issues.apache.org/jira/browse/ARROW-2355
> Project: Apache Arrow
>  Issue Type: Bug
>Reporter: Bradford W Littooy
>Priority: Major
>
> I just installed pyarrow to my mac os x (version 10.13.3). When I try to 
> import pyarrow into a python3.6 interpreter, I get the following import error:
>  
> >>> import pyarrow
> Traceback (most recent call last):
>   File "", line 1, in 
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/__init__.py",
>  line 47, in 
>     from pyarrow.lib import cpu_count, set_cpu_count
> ImportError: 
> dlopen(/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/lib.cpython-36m-darwin.so,
>  2): Library not loaded: libarrow_boost_system.dylib
>   Referenced from: 
> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyarrow/libarrow.0.dylib
>   Reason: image not found
> >>>
> I've installed pyarrow (0.9) on an EC2 instance with no issue. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)