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

Skip to content

Commit e83a9ca

Browse files
committed
amd64 error
1 parent 36439e5 commit e83a9ca

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/devel/troubleshooting.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,13 @@ mailing list (please do not post git problems to the `users list
3333
Of course, you will want to clearly describe your problem, what you
3434
are expecting and what you are getting, but often a clean build and
3535
install will help. See also :ref:`reporting-problems`.
36+
37+
Unlink of file `*/_c_internal_utils.cp311-win_amd64.pyd` failed
38+
============================================================================
39+
40+
The DLL files may be loaded by multiple running instances of Matplotlib; therefore
41+
check that Matplotlib is not running in any other application before trying to
42+
unlink this file. Multiple versions of Matplotlib can be linked to the same DLL,
43+
for example a development version installed in a development conda environment
44+
and a stable version running in a Jupyter notebook. To resolve this error, fully
45+
close all running instances of Matplotlib.

doc/users/installing/environment_variables_faq.inc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.. _environment-variables:
22

3+
.. redirect-from:: /faq/environment_variables_faq
34
.. redirect-from:: /users/faq/environment_variables_faq
45

56
=====================

0 commit comments

Comments
 (0)