You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install on Windows 11 with Python version 3.10.1:
>perl Makefile.PL
Found these python executables on your PATH:
1. C:\Users\hakon\AppData\Local\Programs\Python\Python310\/python.exe
2. C:\Users\hakon\AppData\Local\Microsoft\WindowsApps/python3.exe
3. C:\Users\hakon\AppData\Local\Microsoft\WindowsApps/python.exe
Using the only python 3 executable I could find even though python 2 was also found
Set the INLINE_PYTHON_EXECUTABLE environment variable to the full path to your python executable to override this selection.
Using C:\Users\hakon\AppData\Local\Programs\Python\Python310\/python.exe
<string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
<string>:1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
<string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
<string>:1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
<string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
<string>:1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
<string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
<string>:1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
<string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
<string>:1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
This python's configuration files are messed up. You'll have have to
answer the questions yourself. Here is what Python said:
Extra Libs: None
Python Library: <string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
C:\Users\hakon\AppData\Local\Programs\Python\Python310\libs/<string>:1:.\
Include Path: C:\Users\hakon\AppData\Local\Programs\Python\Python310\Include
1. LIBS option. I need to know what extra libraries, if any,
are required by this build of python. I recommend this:
None
Enter extra libraries (e.g. -lfoo -lbar) [None]
The text was updated successfully, but these errors were encountered:
hakonhagland
added a commit
to hakonhagland/inline-python-pm
that referenced
this issue
Dec 13, 2021
I am trying to install on Windows 11 with Python version 3.10.1:
The text was updated successfully, but these errors were encountered: