Opened 2 years ago

Closed 2 years ago

#64043 closed defect (fixed)

py-hyperframe: ModuleNotFoundError: No module named 'setuptools'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: petrrr
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: py-hyperframe

Description

https://build.macports.org/builders/ports-10.12_x86_64-builder/builds/166402/steps/install-port/logs/stdio

--->  Building py39-hyperframe
DEBUG: Executing proc-pre-org.macports.build-build-0
DEBUG: Executing org.macports.build (py39-hyperframe)
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-hyperframe/py39-hyperframe/work/.CC_PRINT_OPTIONS'
CFLAGS=' -isysroot/'
CPATH='/opt/local/include'
CXXFLAGS=' -isysroot/'
DEVELOPER_DIR='/Library/Developer/CommandLineTools'
F90FLAGS=''
FCFLAGS=''
FFLAGS=''
LDFLAGS=''
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.12'
OBJCFLAGS=' -isysroot/'
Executing:  cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-hyperframe/py39-hyperframe/work/hyperframe-6.0.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 setup.py --no-user-cfg build -j8 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-hyperframe/py39-hyperframe/work/hyperframe-6.0.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 setup.py --no-user-cfg build -j8 
Traceback (most recent call last):
  File "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-hyperframe/py39-hyperframe/work/hyperframe-6.0.1/setup.py", line 8, in <module>
    from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
Command failed:  cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-hyperframe/py39-hyperframe/work/hyperframe-6.0.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 setup.py --no-user-cfg build -j8 
Exit code: 1

Change History (1)

comment:1 Changed 2 years ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed

In 67ac7f99144e96a41b7ba2c51cd6ca5abb273b9b/macports-ports (master):

py-hyperframe: add missing build dependency

  • pin to latest supported version for PY27/PY35

Closes: #64043

Note: See TracTickets for help on using tickets.