ModuleNotFound error even after installing jsonlines
Closed this issue · 2 comments
yasimk commented
I am getting ModuleNotFound error even after installing jsonlines. I am trying to run the python program (Python 3.6) using JupyterLab in AWS SageMaker. Here are the steps. Can you please help?
-
Install jsonlines
!pip install jsonlines -
Import jsonlines library
import jsonlines -
Error occurred
ModuleNotFoundError Traceback (most recent call last)
in ()
6
7 import boto3
----> 8 import jsonlines
9 import matplotlib
10 import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'jsonlines'
yasimk commented
Fixed the issue by pointing the environment to conda_python3 instead of conda_pytorch_p36.
wbolster commented
cool 🙃