Python: ImportError: No module named typing

Problem:

Installing joblib module is throwing error:

# pip install joblib
...
ImportError: No module named typing

Trying to install typing, returns the same error:

# pip install typing
...
ImportError: No module named typing

Solution:

Install python-typing using yum:

# yum install python-typing
Advertisement

About Mariami Kupatadze
Oracle Certified Master Linkedin: https://www.linkedin.com/in/mariami-kupatadze-01074722/

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: