-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Description
On Windows 10, did pip install matplotlib (see below).
Norton 360 popped up with warning: "_umath_linalg.pyd contained threat" identified as "Suspicious.Cloud.7.F"
Same warning for "multiarray_tests.pyd"
Norton 360 quarantined both.
My install log--
C:\py>pip install matplotlib
Collecting matplotlib
Downloading matplotlib-1.5.1-cp27-none-win32.whl (6.0MB)
100% |################################| 6.0MB 176kB/s
Collecting numpy>=1.6 (from matplotlib)
Downloading numpy-1.11.1-cp27-none-win32.whl (6.5MB)
100% |################################| 6.5MB 161kB/s
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in c:\python27\lib\site-packages (from matplotlib)
Collecting pytz (from matplotlib)
Downloading pytz-2016.4-py2.py3-none-any.whl (480kB)
100% |################################| 481kB 1.5MB/s
Collecting cycler (from matplotlib)
Downloading cycler-0.10.0-py2.py3-none-any.whl
Collecting pyparsing!=2.0.4,>=1.5.6 (from matplotlib)
Downloading pyparsing-2.1.5-py2.py3-none-any.whl (42kB)
100% |################################| 51kB 3.2MB/s
Requirement already satisfied (use --upgrade to upgrade): six>=1.5 in c:\python27\lib\site-packages (from python-dateutil->matplotlib)
Installing collected packages: numpy, pytz, cycler, pyparsing, matplotlib
Found existing installation: numpy 1.5.1
DEPRECATION: Uninstalling a distutils installed project (numpy) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling numpy-1.5.1:
Successfully uninstalled numpy-1.5.1
Successfully installed cycler-0.10.0 matplotlib-1.5.1 numpy-1.11.1 pyparsing-2.1.5 pytz-2016.4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels