question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Strange sysconfig behaviour for source-compiled Python

See original GitHub issue

Description

A special case of #10151

The Python-3.8.2 seems to have a Windows structure despite my working on Linux. I was requested to open a new issue for this.

See: https://github.com/pypa/pip/issues/10151#issuecomment-890846520

>>> python -m pip install --upgrade opcua-client
WARNING: Value for scheme.headers does not match. Please report this to <https://github.com/pypa/pip/issues/10151>
distutils: /usr/local/include/python3.8/UNKNOWN
sysconfig: /opt/Python-3.8.2/Include/UNKNOWN
WARNING: Additional context:
user = False
home = None
root = None
prefix = None

Expected behavior

No response

pip version

21.2.2

Python version

3.8.2

OS

Pop!_OS

How to Reproduce

python -m pip install --upgrade opcua-client

Output

/opt/Python-3.8.2
β”œβ”€β”€ Doc
β”‚Β Β  β”œβ”€β”€ c-api
β”‚Β Β  β”œβ”€β”€ data
β”‚Β Β  β”œβ”€β”€ distributing
β”‚Β Β  β”œβ”€β”€ distutils
β”‚Β Β  β”œβ”€β”€ extending
β”‚Β Β  β”œβ”€β”€ faq
β”‚Β Β  β”œβ”€β”€ howto
β”‚Β Β  β”œβ”€β”€ includes
β”‚Β Β  β”‚Β Β  └── sqlite3
β”‚Β Β  β”œβ”€β”€ install
β”‚Β Β  β”œβ”€β”€ installing
β”‚Β Β  β”œβ”€β”€ library
β”‚Β Β  β”œβ”€β”€ reference
β”‚Β Β  β”œβ”€β”€ tools
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ extensions
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ static
β”‚Β Β  β”‚Β Β  └── templates
β”‚Β Β  β”œβ”€β”€ tutorial
β”‚Β Β  β”œβ”€β”€ using
β”‚Β Β  └── whatsnew
β”œβ”€β”€ Grammar
β”œβ”€β”€ Include
β”‚Β Β  β”œβ”€β”€ cpython
β”‚Β Β  └── internal
β”œβ”€β”€ Lib
β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”œβ”€β”€ asyncio
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ collections
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ concurrent
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  └── futures
β”‚Β Β  β”‚Β Β      └── __pycache__
β”‚Β Β  β”œβ”€β”€ ctypes
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ macholib
β”‚Β Β  β”‚Β Β  └── test
β”‚Β Β  β”œβ”€β”€ curses
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ dbm
β”‚Β Β  β”œβ”€β”€ distutils
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ command
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”‚Β Β  └── tests
β”‚Β Β  β”œβ”€β”€ email
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  └── mime
β”‚Β Β  β”œβ”€β”€ encodings
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ ensurepip
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  └── _bundled
β”‚Β Β  β”œβ”€β”€ html
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ http
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ idlelib
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Icons
β”‚Β Β  β”‚Β Β  └── idle_test
β”‚Β Β  β”œβ”€β”€ importlib
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ json
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ lib2to3
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ fixes
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pgen2
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”‚Β Β  └── tests
β”‚Β Β  β”‚Β Β      └── data
β”‚Β Β  β”‚Β Β          └── fixers
β”‚Β Β  β”‚Β Β              └── myfixes
β”‚Β Β  β”œβ”€β”€ logging
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ msilib
β”‚Β Β  β”œβ”€β”€ multiprocessing
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  └── dummy
β”‚Β Β  β”œβ”€β”€ pydoc_data
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ site-packages
β”‚Β Β  β”œβ”€β”€ sqlite3
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  └── test
β”‚Β Β  β”œβ”€β”€ test
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ audiodata
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ capath
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ cjkencodings
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ crashers
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ data
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ decimaltestdata
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dtracedata
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ eintrdata
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ encoded_modules
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ imghdrdata
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ leakers
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ libregrtest
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ sndhdrdata
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ subprocessdata
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ support
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_asyncio
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_email
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── data
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_import
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── data
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ circular_imports
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”‚Β Β  └── subpkg
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ package
β”‚Β Β  β”‚Β Β  β”‚Β Β      └── package2
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_importlib
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ builtin
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ data
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ data01
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── subdirectory
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ data02
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ one
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── two
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ data03
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── namespace
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ portion1
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β      └── portion2
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ extension
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ frozen
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ import_
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ namespace_pkgs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ both_portions
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── foo
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ module_and_namespace_package
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── a_test
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ not_a_namespace_pkg
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── foo
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ portion1
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── foo
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ portion2
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── foo
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ project1
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── parent
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β      └── child
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ project2
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── parent
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β      └── child
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── project3
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β      └── parent
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β          └── child
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ source
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ zipdata01
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── zipdata02
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_json
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_tools
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_warnings
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── data
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ tracedmodules
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ xmltestdata
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── c14n-20
β”‚Β Β  β”‚Β Β  └── ziptestdata
β”‚Β Β  β”œβ”€β”€ tkinter
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  └── test
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ test_tkinter
β”‚Β Β  β”‚Β Β      └── test_ttk
β”‚Β Β  β”œβ”€β”€ turtledemo
β”‚Β Β  β”œβ”€β”€ unittest
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  └── test
β”‚Β Β  β”‚Β Β      └── testmock
β”‚Β Β  β”œβ”€β”€ urllib
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ venv
β”‚Β Β  β”‚Β Β  └── scripts
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ common
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ nt
β”‚Β Β  β”‚Β Β      └── posix
β”‚Β Β  β”œβ”€β”€ wsgiref
β”‚Β Β  β”œβ”€β”€ xml
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dom
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ etree
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ parsers
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”‚Β Β  └── sax
β”‚Β Β  β”‚Β Β      └── __pycache__
β”‚Β Β  └── xmlrpc
β”‚Β Β      └── __pycache__
β”œβ”€β”€ Mac
β”‚Β Β  β”œβ”€β”€ BuildScript
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ resources
β”‚Β Β  β”‚Β Β  └── scripts
β”‚Β Β  β”œβ”€β”€ IDLE
β”‚Β Β  β”‚Β Β  └── IDLE.app
β”‚Β Β  β”‚Β Β      └── Contents
β”‚Β Β  β”‚Β Β          β”œβ”€β”€ MacOS
β”‚Β Β  β”‚Β Β          └── Resources
β”‚Β Β  β”œβ”€β”€ Icons
β”‚Β Β  β”œβ”€β”€ PythonLauncher
β”‚Β Β  β”‚Β Β  └── English.lproj
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ MainMenu.nib
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ MyDocument.nib
β”‚Β Β  β”‚Β Β      └── PreferenceWindow.nib
β”‚Β Β  β”œβ”€β”€ Resources
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── Resources
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ framework
β”‚Β Β  β”‚Β Β  └── iconsrc
β”‚Β Β  └── Tools
β”œβ”€β”€ Misc
β”œβ”€β”€ Modules
β”‚Β Β  β”œβ”€β”€ _blake2
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ clinic
β”‚Β Β  β”‚Β Β  └── impl
β”‚Β Β  β”œβ”€β”€ _ctypes
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ darwin
β”‚Β Β  β”‚Β Β  └── libffi_osx
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ include
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ powerpc
β”‚Β Β  β”‚Β Β      └── x86
β”‚Β Β  β”œβ”€β”€ _decimal
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ libmpdec
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── literature
β”‚Β Β  β”‚Β Β  └── tests
β”‚Β Β  β”œβ”€β”€ _io
β”‚Β Β  β”‚Β Β  └── clinic
β”‚Β Β  β”œβ”€β”€ _multiprocessing
β”‚Β Β  β”‚Β Β  └── clinic
β”‚Β Β  β”œβ”€β”€ _sha3
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ clinic
β”‚Β Β  β”‚Β Β  └── kcp
β”‚Β Β  β”œβ”€β”€ _sqlite
β”‚Β Β  β”œβ”€β”€ _ssl
β”‚Β Β  β”œβ”€β”€ _xxtestfuzz
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dictionaries
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ fuzz_csv_reader_corpus
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ fuzz_json_loads_corpus
β”‚Β Β  β”‚Β Β  └── fuzz_sre_compile_corpus
β”‚Β Β  β”œβ”€β”€ cjkcodecs
β”‚Β Β  β”‚Β Β  └── clinic
β”‚Β Β  β”œβ”€β”€ clinic
β”‚Β Β  └── expat
β”œβ”€β”€ Objects
β”‚Β Β  β”œβ”€β”€ clinic
β”‚Β Β  └── stringlib
β”‚Β Β      └── clinic
β”œβ”€β”€ PC
β”‚Β Β  β”œβ”€β”€ bdist_wininst
β”‚Β Β  β”œβ”€β”€ clinic
β”‚Β Β  β”œβ”€β”€ icons
β”‚Β Β  └── layout
β”‚Β Β      └── support
β”œβ”€β”€ PCbuild
β”œβ”€β”€ Parser
β”‚Β Β  └── pgen
β”œβ”€β”€ Programs
β”œβ”€β”€ Python
β”‚Β Β  └── clinic
β”œβ”€β”€ Tools
β”‚Β Β  β”œβ”€β”€ buildbot
β”‚Β Β  β”œβ”€β”€ c-globals
β”‚Β Β  β”œβ”€β”€ ccbench
β”‚Β Β  β”œβ”€β”€ clinic
β”‚Β Β  β”œβ”€β”€ demo
β”‚Β Β  β”œβ”€β”€ freeze
β”‚Β Β  β”‚Β Β  └── test
β”‚Β Β  β”œβ”€β”€ gdb
β”‚Β Β  β”œβ”€β”€ i18n
β”‚Β Β  β”œβ”€β”€ importbench
β”‚Β Β  β”œβ”€β”€ iobench
β”‚Β Β  β”œβ”€β”€ msi
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ bundle
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ bootstrap
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── packagegroups
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ core
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dev
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ doc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ exe
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ launcher
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ lib
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ path
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pip
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ tcltk
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ tools
β”‚Β Β  β”‚Β Β  └── ucrt
β”‚Β Β  β”œβ”€β”€ nuget
β”‚Β Β  β”œβ”€β”€ parser
β”‚Β Β  β”œβ”€β”€ pynche
β”‚Β Β  β”‚Β Β  └── X
β”‚Β Β  β”œβ”€β”€ scripts
β”‚Β Β  β”œβ”€β”€ ssl
β”‚Β Β  β”œβ”€β”€ stringbench
β”‚Β Β  β”œβ”€β”€ test2to3
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test
β”‚Β Β  β”‚Β Β  └── test2to3
β”‚Β Β  β”œβ”€β”€ tz
β”‚Β Β  β”œβ”€β”€ unicode
β”‚Β Β  β”‚Β Β  └── python-mappings
β”‚Β Β  └── unittestgui
β”œβ”€β”€ build
β”‚Β Β  β”œβ”€β”€ lib.linux-x86_64-3.8
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ scripts-3.8
β”‚Β Β  └── temp.linux-x86_64-3.8
β”‚Β Β      └── opt
β”‚Β Β          └── Python-3.8.2
β”‚Β Β              └── Modules
β”‚Β Β                  β”œβ”€β”€ _blake2
β”‚Β Β                  β”œβ”€β”€ _ctypes
β”‚Β Β                  β”œβ”€β”€ _decimal
β”‚Β Β                  β”‚Β Β  └── libmpdec
β”‚Β Β                  β”œβ”€β”€ _multiprocessing
β”‚Β Β                  β”œβ”€β”€ _sha3
β”‚Β Β                  β”œβ”€β”€ _sqlite
β”‚Β Β                  β”œβ”€β”€ _xxtestfuzz
β”‚Β Β                  β”œβ”€β”€ cjkcodecs
β”‚Β Β                  └── expat
└── m4

319 directories

Code of Conduct

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:17 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
uranusjrcommented, Sep 11, 2021

So to summarise, this warning only occurs when you install Python (when Python automatically populates pip), right? After installation, pip whould work fine without emitting any warnings, at least that’s what I see from my expriements.

1reaction
wfsteelecommented, Sep 8, 2021

Thanks for the information! Do you happen to know off the top of your head if there’s a way I can install a framework Python to a different location? I know for non-framework I can do make altinstall but am not sure what the equivalent is for frameworkinstall.

If you want to make a completely independent framework installation, create a new user, say piptest01. Then: – Switch to that user account – obtain the python source distribution and expand the archive – cd to the top level directory of the expanded archive – run the following commands:

./configure --enable-framework=/Users/piptest01/Library/Frameworks
make
make frameworkinstall

Note: Some parts of the Standard Library won’t get built unless libraries they need are preinstalled. But that probably doesn’t matter for the testing of pip that you are concerned with.

More details (such as locations where things are stored, and more about frameworks) can be found by referring to: https://github.com/python/cpython/blob/3.9/Mac/README.rst which can also be found in the Mac subdirectory of the source distribution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue 37384: Compiling Python 3.7.3 from source and getting ...
So I am trying to compile python 3.7.3 on debian 9.9, got all the libraries installed and previously I was getting an uuid...
Read more >
"WARNING: Value for scheme.data does not match" when I try ...
Python 2), pip has used distutils.sysconfig to get information about where to install your Python packages. That module can be functionallyΒ ...
Read more >
29.2. sysconfig β€” Provide access to Python's configuration ...
The sysconfig module provides access to Python's configuration information like the list of installation paths and the configuration variables relevant for theΒ ...
Read more >
Your Guide to the CPython Source Code - Real Python
Next, we'll compile CPython from the source code. ... there are some interesting techniques to simulate the behavior of pointers.
Read more >
How To Install Python 3.10 on CentOS 7 | CentOS 8
Python is a popular high-level object-oriented programming language that is open-source and has a big community. Its popularity grows as aΒ ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found