Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac62606

Browse files
committed
BLD : updated message when to pytz found
1 parent f40bf14 commit ac62606

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setupext.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,9 @@ def check(self):
11921192
import pytz
11931193
except ImportError:
11941194
return (
1195-
"pytz was not found.")
1195+
"pytz was not found. "
1196+
"pip will attempt to install it "
1197+
"after matplotlib.")
11961198

11971199
return "using pytz version %s" % pytz.__version__
11981200

0 commit comments

Comments
 (0)