JYOTI VYAS
Jun 19, 2021

I have having error "No module found" ---------------------------------------------------------------------------

ModuleNotFoundError Traceback (most recent call last)

<ipython-input-1-b2ab8b9a71ef> in <module>

1 import sys

2 sys.path.append(r"C:\Users\admin\anaconda3\envs\snap\lib\snappy")

----> 3 import snappy

4 import os

5 import numpy as np

~\snappy\__init__.py in <module>

63

64 jpyutil.preload_jvm_dll()

---> 65 import jpy

66

67 if debug:

ModuleNotFoundError: No module named 'jpy'

How to solve this, please sir help?

JYOTI VYAS
JYOTI VYAS

Written by JYOTI VYAS

Hi, I am a freelancer data scientist with engineering degree I write about AI and explain concepts related to Artificial intelligence

Responses (1)