No module named 'OWSlib'

Question:

After doing some research on this, the only existing source referring directly to this does not also pour in any hope. Checked into environment – the library existing is called OWSLib==0.28.1, do capital letters in libraries tell something? A script? Unsuccessful with installing other versions also.

Ran the only command beforehand:

pip install owslib

Trying to access it:

import owslib
import owslib.wmts
from owslib.ogcapi.records import Records
Asked By: Edah Sahinovic

||

Answers:

Try running the command

pip install OWSLib

It should work. Let me know in case there are any other errors.

Answered By: Karanpargal
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.