You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File ~/miniforge3/lib/python3.9/site-packages/swifter/swifter.py:555 547 raise NotImplementedError( 548 "Ray is required for groupby apply functionality." 549 "Please install ray before continuing and then restart your script or kernel." 550 ) 553 if RAY_INSTALLED: # noqa: C901
--> 555 class GroupBy(DataFrameAccessor): 556 import ray 558 def init( 559 self, 560 pandas_obj,
(...) 567 **grpby_kwargs, 568 ):
Hi I was running swift on my mac m1 with python 3.9. Looks like something wrong with
ray
.This occur when I call
import swift
ImportError: cannot import name 'enum_type_wrapper' from 'google.protobuf.internal' (unknown location)
ray version: 2.9.1
swifter version: 1.4.0
Full signal:
The text was updated successfully, but these errors were encountered: