I have just installed the oct2py python package using the following command on my Windows:
pip install oct2py
However, whenever I try to import the package oct2py in my python script, I get the error:
No module named "oct2py"
What is it that is making me have this error?