Course Name: Systematic Options Trading, Section No: 3, Unit No: 19, Unit type: Notebook
code showing following Error:-
Traceback (most recent call last):
File "C:\......\Desktop\Python Files\test 1.py", line 3, in <module>
import py7zr
ModuleNotFoundError: No module named 'py7zr'
Hey Parul,
This error has occured because it looks like the py7zr
module is not installed in your Python environment. To resolve this issue, you need to install the py7zr
module.
You can do this by converting the first cell of the notebook into "Code" type and then run the notebook.
For further clarity:
# Use this command to install python library 'py7zr'
!pip install py7zr
Hope this helps!
Thanks
Rushda