The requests module require dependence for chardet module. Yesterday (06.06.2017) new port, textproc/py3-chardet (for Python 3) was created. (http://www.freshports.org/textproc/py3-chardet/). The www/py-requests port have no dependences for the textproc/py3-chardet port. After install www/py-requests port for Python3 I got error: "Module chardet not found". Manual installing textproc/py3-chardet port solve this problem.
The py3-chardet port created yesterday is for use (only) by the *py3*-requests port, who's only purpose is forcing a package creation/build with python 3.x on the official package mirrors. The www/py-requests port *does* depend on chardet: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet If instead you meant that the *py3*-requests port doesn't depend on py3-chardet, that and other issues are being worked on in bug 219833 Unless its a typo (you mean py3-requests, not py-requests), it would be incorrect for a Python port that can be built with *any* version of Python (www/py-requests) to depend explicitly on a Python 3 *only* version of one of its dependencies (py3-chardet) as suggested. Unless its a typo, can you please: * Temporarily remove py-requests and all of its dependencies * Install py-requests again, saving a complete log of installation including showing how you are setting the Python version to build with. * Attach the log to this issue [1] https://svnweb.freebsd.org/changeset/ports/442565 [2] https://wiki.freebsd.org/DEFAULT_VERSIONS
Well, I remove two modules: pkg delete py36-chardet-3.0.3 pkg delete py36-requests-2.17.3 Then install py-requests as usial "make PYTHON_VERSION=python3.6 install clean" and all works well! Script started on Wed Jun 7 15:08:46 2017 Command: make PYTHON_VERSION=python3.6 install clean ===> License APACHE20 accepted by the user ===> py36-requests-2.17.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py36-requests-2.17.3 for building ===> Extracting for py36-requests-2.17.3 => SHA256 Checksum OK for requests-2.17.3.tar.gz. ===> Patching for py36-requests-2.17.3 ===> Applying FreeBSD patches for py36-requests-2.17.3 ===> py36-requests-2.17.3 depends on package: py36-setuptools>0 - found ===> py36-requests-2.17.3 depends on file: /usr/local/bin/python3.6 - found ===> Configuring for py36-requests-2.17.3 running config ===> Building for py36-requests-2.17.3 running build running build_py creating build creating build/lib creating build/lib/requests copying requests/__init__.py -> build/lib/requests copying requests/__version__.py -> build/lib/requests copying requests/_internal_utils.py -> build/lib/requests copying requests/adapters.py -> build/lib/requests copying requests/api.py -> build/lib/requests copying requests/auth.py -> build/lib/requests copying requests/certs.py -> build/lib/requests copying requests/compat.py -> build/lib/requests copying requests/cookies.py -> build/lib/requests copying requests/exceptions.py -> build/lib/requests copying requests/help.py -> build/lib/requests copying requests/hooks.py -> build/lib/requests copying requests/models.py -> build/lib/requests copying requests/packages.py -> build/lib/requests copying requests/sessions.py -> build/lib/requests copying requests/status_codes.py -> build/lib/requests copying requests/structures.py -> build/lib/requests copying requests/utils.py -> build/lib/requests running egg_info writing requests.egg-info/PKG-INFO writing dependency_links to requests.egg-info/dependency_links.txt writing requirements to requests.egg-info/requires.txt writing top-level names to requests.egg-info/top_level.txt reading manifest file 'requests.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'NOTICE' writing manifest file 'requests.egg-info/SOURCES.txt' ===> Staging for py36-requests-2.17.3 ===> py36-requests-2.17.3 depends on package: py36-chardet>=3.0.2 - not found ===> License LGPL21 accepted by the user ===> py36-chardet-3.0.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py36-chardet-3.0.3 for building ===> Extracting for py36-chardet-3.0.3 => SHA256 Checksum OK for chardet-3.0.3.tar.gz. ===> Patching for py36-chardet-3.0.3 ===> py36-chardet-3.0.3 depends on package: py36-pytest-runner>0 - found ===> py36-chardet-3.0.3 depends on package: py36-setuptools>0 - found ===> py36-chardet-3.0.3 depends on file: /usr/local/bin/python3.6 - found ===> Configuring for py36-chardet-3.0.3 running config ===> Building for py36-chardet-3.0.3 running build running build_py creating build creating build/lib creating build/lib/chardet copying chardet/__init__.py -> build/lib/chardet copying chardet/big5freq.py -> build/lib/chardet copying chardet/big5prober.py -> build/lib/chardet copying chardet/chardistribution.py -> build/lib/chardet copying chardet/charsetgroupprober.py -> build/lib/chardet copying chardet/charsetprober.py -> build/lib/chardet copying chardet/codingstatemachine.py -> build/lib/chardet copying chardet/compat.py -> build/lib/chardet copying chardet/cp949prober.py -> build/lib/chardet copying chardet/enums.py -> build/lib/chardet copying chardet/escprober.py -> build/lib/chardet copying chardet/escsm.py -> build/lib/chardet copying chardet/eucjpprober.py -> build/lib/chardet copying chardet/euckrfreq.py -> build/lib/chardet copying chardet/euckrprober.py -> build/lib/chardet copying chardet/euctwfreq.py -> build/lib/chardet copying chardet/euctwprober.py -> build/lib/chardet copying chardet/gb2312freq.py -> build/lib/chardet copying chardet/gb2312prober.py -> build/lib/chardet copying chardet/hebrewprober.py -> build/lib/chardet copying chardet/jisfreq.py -> build/lib/chardet copying chardet/jpcntx.py -> build/lib/chardet copying chardet/langbulgarianmodel.py -> build/lib/chardet copying chardet/langcyrillicmodel.py -> build/lib/chardet copying chardet/langgreekmodel.py -> build/lib/chardet copying chardet/langhebrewmodel.py -> build/lib/chardet copying chardet/langhungarianmodel.py -> build/lib/chardet copying chardet/langthaimodel.py -> build/lib/chardet copying chardet/langturkishmodel.py -> build/lib/chardet copying chardet/latin1prober.py -> build/lib/chardet copying chardet/mbcharsetprober.py -> build/lib/chardet copying chardet/mbcsgroupprober.py -> build/lib/chardet copying chardet/mbcssm.py -> build/lib/chardet copying chardet/sbcharsetprober.py -> build/lib/chardet copying chardet/sbcsgroupprober.py -> build/lib/chardet copying chardet/sjisprober.py -> build/lib/chardet copying chardet/universaldetector.py -> build/lib/chardet copying chardet/utf8prober.py -> build/lib/chardet copying chardet/version.py -> build/lib/chardet creating build/lib/chardet/cli copying chardet/cli/__init__.py -> build/lib/chardet/cli copying chardet/cli/chardetect.py -> build/lib/chardet/cli ===> Staging for py36-chardet-3.0.3 ===> py36-chardet-3.0.3 depends on package: py36-setuptools>0 - found ===> py36-chardet-3.0.3 depends on file: /usr/local/bin/python3.6 - found ===> Generating temporary packing list running install running build running build_py running install_lib creating /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6 creating /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages creating /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/__init__.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/big5freq.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/big5prober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/chardistribution.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/charsetgroupprober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/charsetprober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/codingstatemachine.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/compat.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/cp949prober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/enums.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/escprober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/escsm.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/eucjpprober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/euckrfreq.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/euckrprober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/euctwfreq.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/euctwprober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/gb2312freq.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/gb2312prober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/hebrewprober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/jisfreq.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/jpcntx.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/langbulgarianmodel.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/langcyrillicmodel.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/langgreekmodel.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/langhebrewmodel.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/langhungarianmodel.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/langthaimodel.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/langturkishmodel.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/latin1prober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/mbcharsetprober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/mbcsgroupprober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/mbcssm.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/sbcharsetprober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/sbcsgroupprober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/sjisprober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/universaldetector.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/utf8prober.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet copying build/lib/chardet/version.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet creating /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/cli copying build/lib/chardet/cli/__init__.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/cli copying build/lib/chardet/cli/chardetect.py -> /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/cli byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/__init__.py to __init__.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/big5freq.py to big5freq.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/big5prober.py to big5prober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/chardistribution.py to chardistribution.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/charsetgroupprober.py to charsetgroupprober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/charsetprober.py to charsetprober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/codingstatemachine.py to codingstatemachine.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/compat.py to compat.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/cp949prober.py to cp949prober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/enums.py to enums.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/escprober.py to escprober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/escsm.py to escsm.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/eucjpprober.py to eucjpprober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/euckrfreq.py to euckrfreq.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/euckrprober.py to euckrprober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/euctwfreq.py to euctwfreq.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/euctwprober.py to euctwprober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/gb2312freq.py to gb2312freq.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/gb2312prober.py to gb2312prober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/hebrewprober.py to hebrewprober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/jisfreq.py to jisfreq.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/jpcntx.py to jpcntx.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/langbulgarianmodel.py to langbulgarianmodel.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/langcyrillicmodel.py to langcyrillicmodel.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/langgreekmodel.py to langgreekmodel.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/langhebrewmodel.py to langhebrewmodel.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/langhungarianmodel.py to langhungarianmodel.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/langthaimodel.py to langthaimodel.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/langturkishmodel.py to langturkishmodel.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/latin1prober.py to latin1prober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/mbcharsetprober.py to mbcharsetprober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/mbcsgroupprober.py to mbcsgroupprober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/mbcssm.py to mbcssm.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/sbcharsetprober.py to sbcharsetprober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/sbcsgroupprober.py to sbcsgroupprober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/sjisprober.py to sjisprober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/universaldetector.py to universaldetector.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/utf8prober.py to utf8prober.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/version.py to version.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/cli/__init__.py to __init__.cpython-36.pyc byte-compiling /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet/cli/chardetect.py to chardetect.cpython-36.pyc writing byte-compilation script '/tmp/tmp5bo2op8n.py' /usr/local/bin/python3.6 /tmp/tmp5bo2op8n.py removing /tmp/tmp5bo2op8n.py running install_egg_info running egg_info writing chardet.egg-info/PKG-INFO writing dependency_links to chardet.egg-info/dependency_links.txt writing entry points to chardet.egg-info/entry_points.txt writing top-level names to chardet.egg-info/top_level.txt reading manifest file 'chardet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements.txt' writing manifest file 'chardet.egg-info/SOURCES.txt' Copying chardet.egg-info to /usr/ports/textproc/py-chardet/work/stage/usr/local/lib/python3.6/site-packages/chardet-3.0.3-py3.6.egg-info running install_scripts Installing chardetect script to /usr/ports/textproc/py-chardet/work/stage/usr/local/bin writing list of installed files to '/usr/ports/textproc/py-chardet/work/.PLIST.pymodtmp' ===> Creating unique files: Move files needing SUFFIX Move: bin/chardetect --> bin/chardetect-3.6 ====> Compressing man pages (compress-man) ===> Installing for py36-chardet-3.0.3 ===> Checking if py36-chardet already installed ===> Registering installation for py36-chardet-3.0.3 as automatic Installing py36-chardet-3.0.3... ===> py36-requests-2.17.3 depends on package: py36-chardet>=3.0.2 - found ===> Returning to build of py36-requests-2.17.3 ===> py36-requests-2.17.3 depends on package: py36-idna>=2.5 - found ===> py36-requests-2.17.3 depends on package: py36-urllib3>=1.21.1 - found ===> py36-requests-2.17.3 depends on package: py36-certifi>=2017.4.17 - found ===> py36-requests-2.17.3 depends on package: py36-setuptools>0 - found ===> py36-requests-2.17.3 depends on file: /usr/local/bin/python3.6 - found ===> Generating temporary packing list running install running build running build_py running egg_info writing requests.egg-info/PKG-INFO writing dependency_links to requests.egg-info/dependency_links.txt writing requirements to requests.egg-info/requires.txt writing top-level names to requests.egg-info/top_level.txt reading manifest file 'requests.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'NOTICE' writing manifest file 'requests.egg-info/SOURCES.txt' running install_lib creating /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6 creating /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages creating /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/__init__.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/__version__.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/_internal_utils.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/adapters.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/api.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/auth.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/certs.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/compat.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/cookies.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/exceptions.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/help.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/hooks.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/models.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/packages.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/sessions.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/status_codes.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/structures.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests copying build/lib/requests/utils.py -> /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/__init__.py to __init__.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/__version__.py to __version__.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/_internal_utils.py to _internal_utils.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/adapters.py to adapters.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/api.py to api.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/auth.py to auth.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/certs.py to certs.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/compat.py to compat.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/cookies.py to cookies.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/exceptions.py to exceptions.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/help.py to help.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/hooks.py to hooks.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/models.py to models.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/packages.py to packages.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/sessions.py to sessions.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/status_codes.py to status_codes.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/structures.py to structures.cpython-36.pyc byte-compiling /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests/utils.py to utils.cpython-36.pyc writing byte-compilation script '/tmp/tmpgrla0fgi.py' /usr/local/bin/python3.6 /tmp/tmpgrla0fgi.py removing /tmp/tmpgrla0fgi.py running install_egg_info Copying requests.egg-info to /usr/ports/www/py-requests/work/stage/usr/local/lib/python3.6/site-packages/requests-2.17.3-py3.6.egg-info running install_scripts writing list of installed files to '/usr/ports/www/py-requests/work/.PLIST.pymodtmp' ===> Creating unique files: Move files needing SUFFIX ====> Compressing man pages (compress-man) ===> Installing for py36-requests-2.17.3 ===> Checking if py36-requests already installed ===> Registering installation for py36-requests-2.17.3 Installing py36-requests-2.17.3... ===> Cleaning for py36-chardet-3.0.3 ===> Cleaning for py36-requests-2.17.3 Command exit status: 0 Script done on Wed Jun 7 15:08:58 2017
Thank you for the detail Sergey. For future issues please include large outputs as attachments instead of in comments :)