-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
on python:3.7-slim, python:3.7 and python:3.8 import awswrangler suddenly starts failing.
pip3 install --no-cache-dir --trusted-host pypi.python.org awswrangler
Behavior:
import awswrangler as wr
Error:
from awswrangler.pandas import Pandas # noqa
File "/usr/local/lib/python3.7/site-packages/awswrangler/pandas.py", line 45, in
class Pandas:
File "/usr/local/lib/python3.7/site-packages/awswrangler/pandas.py", line 273, in Pandas
def _read_csv_once_remote(send_pipe: mp.connection.Connection, session_primitives: "SessionPrimitives",
AttributeError: module 'multiprocessing' has no attribute 'connection'
this works with image python:3.6
also posted at: aws/aws-sdk-pandas#151
Metadata
Metadata
Assignees
Labels
No labels