We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb35c3 commit 6f2d9e2Copy full SHA for 6f2d9e2
pandas/__init__.py
@@ -27,8 +27,8 @@
27
module = str(e).lstrip('cannot import name ') # hack but overkill to use re
28
raise ImportError("C extension: {0} not built. If you want to import "
29
"pandas from the source directory, you may need to run "
30
- "'python setup.py build_ext --inplace' to build the C "
31
- "extensions first.".format(module))
+ "'python setup.py build_ext --inplace --force' to build "
+ "the C extensions first.".format(module))
32
33
from datetime import datetime
34
from pandas.info import __doc__
0 commit comments