Open dp0013 opened 5 years ago
Running Anaconda 1.9.2 on Win 10 (64); was running fine a couple weeks ago but now I get a huge list of errors when just trying to see the modules in Python 3.6.5. None of my programs will run in Anaconda or through the Python IDLE. No clue where to even start with all this in the output:
C:\Users\cland\Anaconda3\lib\site-packages\IPython\kernel__init.py:13: ShimWarning: The IPython.kernel
package has been deprecated since IPython 4.0.You should import from ipykernel or jupyter_client instead.
"You should import from ipykernel or jupyter_client instead.", ShimWarning)
WARNING: AstropyDeprecationWarning: astropy.utils.compat.futures is now deprecated - use concurrent.futures instead [astropy.utils.compat.futures]
C:\Users\cland\Anaconda3\lib\site-packages\h5py\init.py:36: FutureWarning: Conversion of the second argument of issubdtype from float
to np.floating
is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type
.
from ._conv import register_converters as _register_converters
C:\Users\cland\Anaconda3\lib\site-packages\odo\backends\pandas.py:102: FutureWarning: pandas.tslib is deprecated and will be removed in a future version.
You can access NaTType as type(pandas.NaT)
@convert.register((pd.Timestamp, pd.Timedelta), (pd.tslib.NaTType, type(None)))
C:\Users\cland\Anaconda3\lib\site-packages\nltk\twitter\init__.py:20: UserWarning: The twython library has not been installed. Some functionality from the twitter package will not be available.
warnings.warn("The twython library has not been installed. "
tmple9tz4jm.c
c1: fatal error C1083: Cannot open source file: 'C:\Users\cland\AppData\Local\Temp\tmple9tz4jm.c': Permission denied
QPixmap: Must construct a QGuiApplication before a QPixmap
Fatal Python error: Aborted
Current thread 0x00006bd0 (most recent call first):
File "C:\Users\cland\Anaconda3\lib\site-packages\spyder\utils\icon_manager.py", line 243 in get_icon
File "C:\Users\cland\Anaconda3\lib\site-packages\spyder\utils\icon_manager.py", line 272 in icon
File "C:\Users\cland\Anaconda3\lib\site-packages\spyder\plugins\runconfig.py", line 477 in RunConfigPage
File "C:\Users\cland\Anaconda3\lib\site-packages\spyder\plugins\runconfig.py", line 472 in
Actual Behavior
C:\Users\cland\Anaconda3\lib\site-packages\IPython\kernelinit.py:13: ShimWarning: The IPython.kernel package has been deprecated since IPython 4.0.You should import from ipykernel or jupyter_client instead. "You should import from ipykernel or jupyter_client instead.", ShimWarning) WARNING: AstropyDeprecationWarning: astropy.utils.compat.futures is now deprecated - use concurrent.futures instead [astropy.utils.compat.futures] C:\Users\cland\Anaconda3\lib\site-packages\h5pyinit.py:36: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type. from ._conv import register_converters as register_converters C:\Users\cland\Anaconda3\lib\site-packages\odo\backends\pandas.py:102: FutureWarning: pandas.tslib is deprecated and will be removed in a future version. You can access NaTType as type(pandas.NaT) @convert.register((pd.Timestamp, pd.Timedelta), (pd.tslib.NaTType, type(None))) C:\Users\cland\Anaconda3\lib\site-packages\nltk\twitter_init.py:20: UserWarning: The twython library has not been installed. Some functionality from the twitter package will not be available. warnings.warn("The twython library has not been installed. " tmple9tz4jm.c c1: fatal error C1083: Cannot open source file: 'C:\Users\cland\AppData\Local\Temp\tmple9tz4jm.c': Permission denied QPixmap: Must construct a QGuiApplication before a QPixmap Fatal Python error: Aborted
Current thread 0x00006bd0 (most recent call first): File "C:\Users\cland\Anaconda3\lib\site-packages\spyder\utils\icon_manager.py", line 243 in get_icon File "C:\Users\cland\Anaconda3\lib\site-packages\spyder\utils\icon_manager.py", line 272 in icon File "C:\Users\cland\Anaconda3\lib\site-packages\spyder\plugins\runconfig.py", line 477 in RunConfigPage File "C:\Users\cland\Anaconda3\lib\site-packages\spyder\plugins\runconfig.py", line 472 in File "", line 219 in _call_with_frames_removed File "", line 678 in exec_module File "", line 665 in _load_unlocked File "", line 955 in _find_and_load_unlocked File "", line 971 in _find_and_load File "C:\Users\cland\Anaconda3\lib\site-packages\spyder_profiler\profiler.py", line 22 in File "", line 219 in _call_with_frames_removed File "", line 678 in exec_module File "", line 665 in _load_unlocked File "", line 955 in _find_and_load_unlocked File "", line 971 in find_and_load File "C:\Users\cland\Anaconda3\lib\site-packages\spyder_profiler_init.py", line 6 in File "", line 219 in _call_with_frames_removed File "", line 678 in exec_module File "", line 665 in _load_unlocked File "", line 955 in _find_and_load_unlocked File "", line 971 in _find_and_load File "C:\Users\cland\Anaconda3\lib\pkgutil.py", line 92 in walk_packages File "C:\Users\cland\Anaconda3\lib\pydoc.py", line 2079 in run File "C:\Users\cland\Anaconda3\lib\pydoc.py", line 2050 in listmodules File "C:\Users\cland\Anaconda3\lib\pydoc.py", line 1899 in help File "C:\Users\cland\Anaconda3\lib\pydoc.py", line 1882 in interact File "C:\Users\cland\Anaconda3\lib\pydoc.py", line 1861 in call File "C:\Users\cland\Anaconda3\lib_sitebuiltins.py", line 103 in call File "", line 1 in
Expected Behavior
I should just be provided with a list of all installed Python modules for that specific environment
Steps to Reproduce
Anaconda or Miniconda version:
conda version : 4.5.11 conda-build version : 3.10.5
Operating System:
Windows 10, 64-bit
conda info
conda list --show-channel-urls