Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Install Mac OS 11.3 #56

Open
AOS55 opened this issue Jun 10, 2021 · 0 comments
Open

Install Mac OS 11.3 #56

AOS55 opened this issue Jun 10, 2021 · 0 comments

Comments

@AOS55
Copy link

AOS55 commented Jun 10, 2021

Hi trying to install onto my python project on my local machine running MacOS BigSur 11.3 on Intel x86 hardware.

Using the usual pip install fiber seems to download the first PyPi commit 0.0.1, with essentially no code. The output is shown in the first block.

It appears to try and install the latest 0.2.1 release but then fails thereafter, does fiber only support OSX and not 11.3 on Mac?

When trying to run with sudo pip install fiber==0.2.1 I get a similar problem that appears related to either cmake or nnpy-bundle versioning and make -j8.

Not sure where the issue is coming from I also tried directly cloning the repo on the master branch on GitHub and running sudo python setup.py install but get the same results with a subprocess.CalledProcessError: Command 'make -j8' returned non-zero exit status 126 error.

Not sure if I have missed something obvious do you have any ideas or is it better to just run from inside a docker container on 11.3, thanks!

pip install fiber                                                                                                                                                                                                                       Thu Jun 10 14:09:00 2021
WARNING: Ignoring invalid distribution -iber (/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages)
WARNING: Ignoring invalid distribution -iber (/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages)
Requirement already satisfied: fiber in /Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/fiber-0.2.1-py3.8.egg (0.2.1)
Collecting nnpy-bundle
  Using cached nnpy-bundle-1.4.2.post1.tar.gz (6.3 kB)
    ERROR: Command errored out with exit status 1:
     command: /Users/base_camp/Documents/Dev/flyer/flyervenv/bin/python3.8 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_ea29c03e13a1427189ff4ba9708fcc3a/setup.py'"'"'; __file__='"'"'/private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_ea29c03e13a1427189ff4ba9708fcc3a/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-pip-egg-info-gbwm6a3d
         cwd: /private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_ea29c03e13a1427189ff4ba9708fcc3a/
    Complete output (112 lines):
    Cloning into 'nanomsg'...
    Note: switching to '1.1.5'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at 1749fd7b Bump version to 1.1.5.
    -- The C compiler identification is AppleClang 12.0.5.12050022
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Detected nanomsg ABI v5 (v5.1.0)
    -- Looking for pthread.h
    -- Looking for pthread.h - found
    -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
    -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
    -- Found Threads: TRUE
    -- OS System is Darwin
    -- OS Version is 20.4.0
    -- Looking for gethrtime
    -- Looking for gethrtime - not found
    -- Looking for socketpair
    -- Looking for socketpair - found
    -- Looking for eventfd
    -- Looking for eventfd - not found
    -- Looking for pipe
    -- Looking for pipe - found
    -- Looking for pipe2
    -- Looking for pipe2 - not found
    -- Looking for accept4
    -- Looking for accept4 - not found
    -- Looking for epoll_create
    -- Looking for epoll_create - not found
    -- Looking for kqueue
    -- Looking for kqueue - found
    -- Looking for poll
    -- Looking for poll - found
    -- Looking for getaddrinfo_a in anl
    -- Looking for getaddrinfo_a in anl - not found
    -- Looking for clock_gettime in rt
    -- Looking for clock_gettime in rt - not found
    -- Looking for sem_wait in rt
    -- Looking for sem_wait in rt - not found
    -- Looking for sem_wait in pthread
    -- Looking for sem_wait in pthread - found
    -- Looking for gethostbyname in nsl
    -- Looking for gethostbyname in nsl - not found
    -- Looking for socket in socket
    -- Looking for socket in socket - not found
    -- Looking for CLOCK_MONOTONIC
    -- Looking for CLOCK_MONOTONIC - found
    -- Looking for atomic_cas_32
    -- Looking for atomic_cas_32 - not found
    -- Looking for AF_UNIX
    -- Looking for AF_UNIX - found
    -- Looking for backtrace_symbols_fd
    -- Looking for backtrace_symbols_fd - found
    -- Performing Test NN_HAVE_MSG_CONTROL
    -- Performing Test NN_HAVE_MSG_CONTROL - Success
    -- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS
    -- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS - Success
    CMake Warning at CMakeLists.txt:294 (message):
      Could not find asciidoctor: skipping docs
    
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_ea29c03e13a1427189ff4ba9708fcc3a/nanomsg/build
    /bin/sh: /usr/local/CrossPack-AVR/bin/make: Bad CPU type in executable
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_ea29c03e13a1427189ff4ba9708fcc3a/setup.py", line 22, in <module>
        setup(
      File "/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/setuptools/__init__.py", line 145, in setup
        return distutils.core.setup(**attrs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/core.py", line 108, in setup
        _setup_distribution = dist = klass(attrs)
      File "/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/setuptools/dist.py", line 445, in __init__
        _Distribution.__init__(self, {
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/dist.py", line 292, in __init__
        self.finalize_options()
      File "/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/setuptools/dist.py", line 734, in finalize_options
        ep.load()(self, ep.name, value)
      File "/private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_ea29c03e13a1427189ff4ba9708fcc3a/.eggs/cffi-1.14.5-py3.8-macosx-10.9-x86_64.egg/cffi/setuptools_ext.py", line 219, in cffi_modules
        add_cffi_module(dist, cffi_module)
      File "/private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_ea29c03e13a1427189ff4ba9708fcc3a/.eggs/cffi-1.14.5-py3.8-macosx-10.9-x86_64.egg/cffi/setuptools_ext.py", line 49, in add_cffi_module
        execfile(build_file_name, mod_vars)
      File "/private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_ea29c03e13a1427189ff4ba9708fcc3a/.eggs/cffi-1.14.5-py3.8-macosx-10.9-x86_64.egg/cffi/setuptools_ext.py", line 25, in execfile
        exec(code, glob, glob)
      File "generate.py", line 199, in <module>
        ffi = create_module()
      File "generate.py", line 142, in create_module
        build_nanomsg_static_lib(cwd)
      File "generate.py", line 67, in build_nanomsg_static_lib
        check_call("make -j8", shell=True, cwd=build_dir)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 364, in check_call
        raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command 'make -j8' returned non-zero exit status 126.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/98/16/9adb120a225363bc86b97b805bfdfae60ee000f969f97777a416dfef95e4/nnpy-bundle-1.4.2.post1.tar.gz#sha256=319cc6115930f12d1abb3bca039743e6ff22fbe892565bbf6ce0c2eb66b04f90 (from https://pypi.org/simple/nnpy-bundle/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Using cached nnpy-bundle-1.4.2.post0.tar.gz (6.3 kB)
    ERROR: Command errored out with exit status 1:
     command: /Users/base_camp/Documents/Dev/flyer/flyervenv/bin/python3.8 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_bc4319081cc24e128dbe1d1d64f0fca5/setup.py'"'"'; __file__='"'"'/private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_bc4319081cc24e128dbe1d1d64f0fca5/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-pip-egg-info-h84_9ith
         cwd: /private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_bc4319081cc24e128dbe1d1d64f0fca5/
    Complete output (112 lines):
    Cloning into 'nanomsg'...
    Note: switching to '1.1.5'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at 1749fd7b Bump version to 1.1.5.
    -- The C compiler identification is AppleClang 12.0.5.12050022
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Detected nanomsg ABI v5 (v5.1.0)
    -- Looking for pthread.h
    -- Looking for pthread.h - found
    -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
    -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
    -- Found Threads: TRUE
    -- OS System is Darwin
    -- OS Version is 20.4.0
    -- Looking for gethrtime
    -- Looking for gethrtime - not found
    -- Looking for socketpair
    -- Looking for socketpair - found
    -- Looking for eventfd
    -- Looking for eventfd - not found
    -- Looking for pipe
    -- Looking for pipe - found
    -- Looking for pipe2
    -- Looking for pipe2 - not found
    -- Looking for accept4
    -- Looking for accept4 - not found
    -- Looking for epoll_create
    -- Looking for epoll_create - not found
    -- Looking for kqueue
    -- Looking for kqueue - found
    -- Looking for poll
    -- Looking for poll - found
    -- Looking for getaddrinfo_a in anl
    -- Looking for getaddrinfo_a in anl - not found
    -- Looking for clock_gettime in rt
    -- Looking for clock_gettime in rt - not found
    -- Looking for sem_wait in rt
    -- Looking for sem_wait in rt - not found
    -- Looking for sem_wait in pthread
    -- Looking for sem_wait in pthread - found
    -- Looking for gethostbyname in nsl
    -- Looking for gethostbyname in nsl - not found
    -- Looking for socket in socket
    -- Looking for socket in socket - not found
    -- Looking for CLOCK_MONOTONIC
    -- Looking for CLOCK_MONOTONIC - found
    -- Looking for atomic_cas_32
    -- Looking for atomic_cas_32 - not found
    -- Looking for AF_UNIX
    -- Looking for AF_UNIX - found
    -- Looking for backtrace_symbols_fd
    -- Looking for backtrace_symbols_fd - found
    -- Performing Test NN_HAVE_MSG_CONTROL
    -- Performing Test NN_HAVE_MSG_CONTROL - Success
    -- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS
    -- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS - Success
    CMake Warning at CMakeLists.txt:294 (message):
      Could not find asciidoctor: skipping docs
    
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_bc4319081cc24e128dbe1d1d64f0fca5/nanomsg/build
    /bin/sh: /usr/local/CrossPack-AVR/bin/make: Bad CPU type in executable
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_bc4319081cc24e128dbe1d1d64f0fca5/setup.py", line 22, in <module>
        setup(
      File "/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/setuptools/__init__.py", line 145, in setup
        return distutils.core.setup(**attrs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/core.py", line 108, in setup
        _setup_distribution = dist = klass(attrs)
      File "/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/setuptools/dist.py", line 445, in __init__
        _Distribution.__init__(self, {
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/dist.py", line 292, in __init__
        self.finalize_options()
      File "/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/setuptools/dist.py", line 734, in finalize_options
        ep.load()(self, ep.name, value)
      File "/private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_bc4319081cc24e128dbe1d1d64f0fca5/.eggs/cffi-1.14.5-py3.8-macosx-10.9-x86_64.egg/cffi/setuptools_ext.py", line 219, in cffi_modules
        add_cffi_module(dist, cffi_module)
      File "/private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_bc4319081cc24e128dbe1d1d64f0fca5/.eggs/cffi-1.14.5-py3.8-macosx-10.9-x86_64.egg/cffi/setuptools_ext.py", line 49, in add_cffi_module
        execfile(build_file_name, mod_vars)
      File "/private/var/folders/sw/gcbsb7hn34v8c82rd01y87cc0000gn/T/pip-install-a1fhn_ty/nnpy-bundle_bc4319081cc24e128dbe1d1d64f0fca5/.eggs/cffi-1.14.5-py3.8-macosx-10.9-x86_64.egg/cffi/setuptools_ext.py", line 25, in execfile
        exec(code, glob, glob)
      File "generate.py", line 192, in <module>
        ffi = create_module()
      File "generate.py", line 138, in create_module
        build_nanomsg_static_lib(cwd)
      File "generate.py", line 63, in build_nanomsg_static_lib
        check_call("make -j8", shell=True, cwd=build_dir)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 364, in check_call
        raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command 'make -j8' returned non-zero exit status 126.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/f7/87/c2f42803980be039253d5f751e6da9cbc45a8a4e100aed66947bb9857a2a/nnpy-bundle-1.4.2.post0.tar.gz#sha256=16749ee6faa5bafa12e3562ff34610cd95200e9351acd2e9ef6c6e3c2572e3a7 (from https://pypi.org/simple/nnpy-bundle/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Collecting fiber
  Using cached fiber-0.2.0.tar.gz (58 kB)
  Using cached fiber-0.0.1-py3-none-any.whl
WARNING: Ignoring invalid distribution -iber (/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages)
Installing collected packages: fiber
  Attempting uninstall: fiber
    WARNING: Ignoring invalid distribution -iber (/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages)
    Found existing installation: fiber 0.2.1
    Uninstalling fiber-0.2.1:
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/fiber-0.2.1-py3.8.egg/tests/test_backend.py'
Check the permissions.

WARNING: Ignoring invalid distribution -iber (/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages)
WARNING: Ignoring invalid distribution -iber (/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages)
(flyervenv) sudo pip install fiber==0.2.1 
WARNING: The directory '/Users/base_camp/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
WARNING: Ignoring invalid distribution -iber (/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages)
WARNING: Ignoring invalid distribution -iber (/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages)
Requirement already satisfied: fiber==0.2.1 in /Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/fiber-0.2.1-py3.8.egg (0.2.1)
Collecting nnpy-bundle
  Downloading nnpy-bundle-1.4.2.post1.tar.gz (6.3 kB)
    ERROR: Command errored out with exit status 1:
     command: /Users/base_camp/Documents/Dev/flyer/flyervenv/bin/python3.8 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-sek10g5b/nnpy-bundle_76cd094ea38d4c44b45c09af26b18768/setup.py'"'"'; __file__='"'"'/private/tmp/pip-install-sek10g5b/nnpy-bundle_76cd094ea38d4c44b45c09af26b18768/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/tmp/pip-pip-egg-info-v__0m96j
         cwd: /private/tmp/pip-install-sek10g5b/nnpy-bundle_76cd094ea38d4c44b45c09af26b18768/
    Complete output (112 lines):
    Cloning into 'nanomsg'...
    Note: switching to '1.1.5'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at 1749fd7b Bump version to 1.1.5.
    -- The C compiler identification is AppleClang 12.0.5.12050022
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Detected nanomsg ABI v5 (v5.1.0)
    -- Looking for pthread.h
    -- Looking for pthread.h - found
    -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
    -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
    -- Found Threads: TRUE
    -- OS System is Darwin
    -- OS Version is 20.4.0
    -- Looking for gethrtime
    -- Looking for gethrtime - not found
    -- Looking for socketpair
    -- Looking for socketpair - found
    -- Looking for eventfd
    -- Looking for eventfd - not found
    -- Looking for pipe
    -- Looking for pipe - found
    -- Looking for pipe2
    -- Looking for pipe2 - not found
    -- Looking for accept4
    -- Looking for accept4 - not found
    -- Looking for epoll_create
    -- Looking for epoll_create - not found
    -- Looking for kqueue
    -- Looking for kqueue - found
    -- Looking for poll
    -- Looking for poll - found
    -- Looking for getaddrinfo_a in anl
    -- Looking for getaddrinfo_a in anl - not found
    -- Looking for clock_gettime in rt
    -- Looking for clock_gettime in rt - not found
    -- Looking for sem_wait in rt
    -- Looking for sem_wait in rt - not found
    -- Looking for sem_wait in pthread
    -- Looking for sem_wait in pthread - found
    -- Looking for gethostbyname in nsl
    -- Looking for gethostbyname in nsl - not found
    -- Looking for socket in socket
    -- Looking for socket in socket - not found
    -- Looking for CLOCK_MONOTONIC
    -- Looking for CLOCK_MONOTONIC - found
    -- Looking for atomic_cas_32
    -- Looking for atomic_cas_32 - not found
    -- Looking for AF_UNIX
    -- Looking for AF_UNIX - found
    -- Looking for backtrace_symbols_fd
    -- Looking for backtrace_symbols_fd - found
    -- Performing Test NN_HAVE_MSG_CONTROL
    -- Performing Test NN_HAVE_MSG_CONTROL - Success
    -- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS
    -- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS - Success
    CMake Warning at CMakeLists.txt:294 (message):
      Could not find asciidoctor: skipping docs
    
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /tmp/pip-install-sek10g5b/nnpy-bundle_76cd094ea38d4c44b45c09af26b18768/nanomsg/build
    /bin/sh: /usr/local/CrossPack-AVR/bin/make: Bad CPU type in executable
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/tmp/pip-install-sek10g5b/nnpy-bundle_76cd094ea38d4c44b45c09af26b18768/setup.py", line 22, in <module>
        setup(
      File "/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/setuptools/__init__.py", line 145, in setup
        return distutils.core.setup(**attrs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/core.py", line 108, in setup
        _setup_distribution = dist = klass(attrs)
      File "/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/setuptools/dist.py", line 445, in __init__
        _Distribution.__init__(self, {
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/dist.py", line 292, in __init__
        self.finalize_options()
      File "/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/setuptools/dist.py", line 734, in finalize_options
        ep.load()(self, ep.name, value)
      File "/private/tmp/pip-install-sek10g5b/nnpy-bundle_76cd094ea38d4c44b45c09af26b18768/.eggs/cffi-1.14.5-py3.8-macosx-10.9-x86_64.egg/cffi/setuptools_ext.py", line 219, in cffi_modules
        add_cffi_module(dist, cffi_module)
      File "/private/tmp/pip-install-sek10g5b/nnpy-bundle_76cd094ea38d4c44b45c09af26b18768/.eggs/cffi-1.14.5-py3.8-macosx-10.9-x86_64.egg/cffi/setuptools_ext.py", line 49, in add_cffi_module
        execfile(build_file_name, mod_vars)
      File "/private/tmp/pip-install-sek10g5b/nnpy-bundle_76cd094ea38d4c44b45c09af26b18768/.eggs/cffi-1.14.5-py3.8-macosx-10.9-x86_64.egg/cffi/setuptools_ext.py", line 25, in execfile
        exec(code, glob, glob)
      File "generate.py", line 199, in <module>
        ffi = create_module()
      File "generate.py", line 142, in create_module
        build_nanomsg_static_lib(cwd)
      File "generate.py", line 67, in build_nanomsg_static_lib
        check_call("make -j8", shell=True, cwd=build_dir)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 364, in check_call
        raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command 'make -j8' returned non-zero exit status 126.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/98/16/9adb120a225363bc86b97b805bfdfae60ee000f969f97777a416dfef95e4/nnpy-bundle-1.4.2.post1.tar.gz#sha256=319cc6115930f12d1abb3bca039743e6ff22fbe892565bbf6ce0c2eb66b04f90 (from https://pypi.org/simple/nnpy-bundle/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading nnpy-bundle-1.4.2.post0.tar.gz (6.3 kB)
    ERROR: Command errored out with exit status 1:
     command: /Users/base_camp/Documents/Dev/flyer/flyervenv/bin/python3.8 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-sek10g5b/nnpy-bundle_2495e86fbf3a49c58724e11d4c6c5b61/setup.py'"'"'; __file__='"'"'/private/tmp/pip-install-sek10g5b/nnpy-bundle_2495e86fbf3a49c58724e11d4c6c5b61/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/tmp/pip-pip-egg-info-v8gh311h
         cwd: /private/tmp/pip-install-sek10g5b/nnpy-bundle_2495e86fbf3a49c58724e11d4c6c5b61/
    Complete output (112 lines):
    Cloning into 'nanomsg'...
    Note: switching to '1.1.5'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by switching back to a branch.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -c with the switch command. Example:
    
      git switch -c <new-branch-name>
    
    Or undo this operation with:
    
      git switch -
    
    Turn off this advice by setting config variable advice.detachedHead to false
    
    HEAD is now at 1749fd7b Bump version to 1.1.5.
    -- The C compiler identification is AppleClang 12.0.5.12050022
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Detected nanomsg ABI v5 (v5.1.0)
    -- Looking for pthread.h
    -- Looking for pthread.h - found
    -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
    -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
    -- Found Threads: TRUE
    -- OS System is Darwin
    -- OS Version is 20.4.0
    -- Looking for gethrtime
    -- Looking for gethrtime - not found
    -- Looking for socketpair
    -- Looking for socketpair - found
    -- Looking for eventfd
    -- Looking for eventfd - not found
    -- Looking for pipe
    -- Looking for pipe - found
    -- Looking for pipe2
    -- Looking for pipe2 - not found
    -- Looking for accept4
    -- Looking for accept4 - not found
    -- Looking for epoll_create
    -- Looking for epoll_create - not found
    -- Looking for kqueue
    -- Looking for kqueue - found
    -- Looking for poll
    -- Looking for poll - found
    -- Looking for getaddrinfo_a in anl
    -- Looking for getaddrinfo_a in anl - not found
    -- Looking for clock_gettime in rt
    -- Looking for clock_gettime in rt - not found
    -- Looking for sem_wait in rt
    -- Looking for sem_wait in rt - not found
    -- Looking for sem_wait in pthread
    -- Looking for sem_wait in pthread - found
    -- Looking for gethostbyname in nsl
    -- Looking for gethostbyname in nsl - not found
    -- Looking for socket in socket
    -- Looking for socket in socket - not found
    -- Looking for CLOCK_MONOTONIC
    -- Looking for CLOCK_MONOTONIC - found
    -- Looking for atomic_cas_32
    -- Looking for atomic_cas_32 - not found
    -- Looking for AF_UNIX
    -- Looking for AF_UNIX - found
    -- Looking for backtrace_symbols_fd
    -- Looking for backtrace_symbols_fd - found
    -- Performing Test NN_HAVE_MSG_CONTROL
    -- Performing Test NN_HAVE_MSG_CONTROL - Success
    -- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS
    -- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS - Success
    CMake Warning at CMakeLists.txt:294 (message):
      Could not find asciidoctor: skipping docs
    
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /tmp/pip-install-sek10g5b/nnpy-bundle_2495e86fbf3a49c58724e11d4c6c5b61/nanomsg/build
    /bin/sh: /usr/local/CrossPack-AVR/bin/make: Bad CPU type in executable
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/tmp/pip-install-sek10g5b/nnpy-bundle_2495e86fbf3a49c58724e11d4c6c5b61/setup.py", line 22, in <module>
        setup(
      File "/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/setuptools/__init__.py", line 145, in setup
        return distutils.core.setup(**attrs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/core.py", line 108, in setup
        _setup_distribution = dist = klass(attrs)
      File "/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/setuptools/dist.py", line 445, in __init__
        _Distribution.__init__(self, {
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/dist.py", line 292, in __init__
        self.finalize_options()
      File "/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages/setuptools/dist.py", line 734, in finalize_options
        ep.load()(self, ep.name, value)
      File "/private/tmp/pip-install-sek10g5b/nnpy-bundle_2495e86fbf3a49c58724e11d4c6c5b61/.eggs/cffi-1.14.5-py3.8-macosx-10.9-x86_64.egg/cffi/setuptools_ext.py", line 219, in cffi_modules
        add_cffi_module(dist, cffi_module)
      File "/private/tmp/pip-install-sek10g5b/nnpy-bundle_2495e86fbf3a49c58724e11d4c6c5b61/.eggs/cffi-1.14.5-py3.8-macosx-10.9-x86_64.egg/cffi/setuptools_ext.py", line 49, in add_cffi_module
        execfile(build_file_name, mod_vars)
      File "/private/tmp/pip-install-sek10g5b/nnpy-bundle_2495e86fbf3a49c58724e11d4c6c5b61/.eggs/cffi-1.14.5-py3.8-macosx-10.9-x86_64.egg/cffi/setuptools_ext.py", line 25, in execfile
        exec(code, glob, glob)
      File "generate.py", line 192, in <module>
        ffi = create_module()
      File "generate.py", line 138, in create_module
        build_nanomsg_static_lib(cwd)
      File "generate.py", line 63, in build_nanomsg_static_lib
        check_call("make -j8", shell=True, cwd=build_dir)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 364, in check_call
        raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command 'make -j8' returned non-zero exit status 126.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/f7/87/c2f42803980be039253d5f751e6da9cbc45a8a4e100aed66947bb9857a2a/nnpy-bundle-1.4.2.post0.tar.gz#sha256=16749ee6faa5bafa12e3562ff34610cd95200e9351acd2e9ef6c6e3c2572e3a7 (from https://pypi.org/simple/nnpy-bundle/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement nnpy-bundle (from fiber) (from versions: 1.4.2.post0, 1.4.2.post1)
ERROR: No matching distribution found for nnpy-bundle
WARNING: Ignoring invalid distribution -iber (/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages)
WARNING: Ignoring invalid distribution -iber (/Users/base_camp/Documents/Dev/flyer/flyervenv/lib/python3.8/site-packages)```


Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant