weld-project / weld

High-performance runtime for data analytics applications
https://www.weld.rs
BSD 3-Clause "New" or "Revised" License
2.99k stars 259 forks source link

ModuleNotFoundError: No module named 'grizzly.grizzly' #457

Closed shashwatwork closed 5 years ago

shashwatwork commented 5 years ago

Hi, PFA, Iam using python 3.6.5 and I got error like ModuleNotFoundError: No module named 'grizzly.grizzly' while importing grizzly.grizzly

Please help me resolve this. grizzly not found

sppalkia commented 5 years ago

Check out the README in the python/ directory in the main Weld repo: it has instructions for how to install Grizzly so it can be imported. I suggest doing it from the repository rather than pip at the moment because there are some unpublished updates there.

On Thu, Jul 4, 2019 at 7:02 AM SHASHWAT TIWARI notifications@github.com wrote:

Hi, PFA, Iam using python 3.6.5 and I got error like ModuleNotFoundError: No module named 'grizzly.grizzly' while importing grizzly.grizzly

Please help me resolve this. [image: grizzly not found] https://user-images.githubusercontent.com/22785727/60672216-68ab9580-9e92-11e9-8bb1-73cb29f5bb21.PNG

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/weld-project/weld/issues/457?email_source=notifications&email_token=AAKMEY5FHM6ZDSITXXOUE33P5X7GXA5CNFSM4H53DABKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G5MM34Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKMEY7IJH665BBRCU2TUBLP5X7GXANCNFSM4H53DABA .

-- Shoumik

shashwatwork commented 5 years ago

okay sure. Thanks!