Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after running command "basic_idl_DIR=$(realpath ..) pip install ." #27

Closed
Danny875 opened this issue Oct 8, 2021 · 2 comments
Closed

Comments

@Danny875
Copy link

Danny875 commented Oct 8, 2021

I'm getting the following error after running this command: "basic_idl_DIR=$(realpath ..) pip install .":

dannyguest@Dannys-MacBook-Pro build % itl2py -o basic_output basic_idl basic.itl
dannyguest@Dannys-MacBook-Pro build % cd basic_output
dannyguest@Dannys-MacBook-Pro basic_output % basic_idl_DIR=$(realpath ..) pip install .
zsh: command not found: realpath
Processing /Users/dannyguest/Downloads/pyopendds/tests/basic_test/build/basic_output
  DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default.
   pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
Requirement already satisfied: pyopendds in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from pybasic==0.0.0) (0.1.0)
Requirement already satisfied: jinja2 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from pyopendds->pybasic==0.0.0) (3.0.1)
Requirement already satisfied: MarkupSafe>=2.0 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from jinja2->pyopendds->pybasic==0.0.0) (2.0.1)
Building wheels for collected packages: pybasic
  Building wheel for pybasic (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/setup.py'"'"'; __file__='"'"'/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/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'"'"'))' bdist_wheel -d /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-wheel-8wvnvr0m
       cwd: /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/
  Complete output (43 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-10.9-x86_64-3.9
  creating build/lib.macosx-10.9-x86_64-3.9/pybasic
  copying pybasic/__init__.py -> build/lib.macosx-10.9-x86_64-3.9/pybasic
  creating build/lib.macosx-10.9-x86_64-3.9/pybasic/basic
  copying pybasic/basic/__init__.py -> build/lib.macosx-10.9-x86_64-3.9/pybasic/basic
  running build_ext
  -- The CXX compiler identification is AppleClang 12.0.5.12050022
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  -- Found Python3: /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9 (found suitable exact version "3.9.2") found components: Development Development.Module Development.Embed
  -- Looking for C++ include pthread.h
  -- Looking for C++ include pthread.h - found
  -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  -- Found Threads: TRUE
  CMake Error at CMakeLists.txt:11 (find_package):
    By not providing "Findbasic_idl.cmake" in CMAKE_MODULE_PATH this project
    has asked CMake to find a package configuration file provided by
    "basic_idl", but CMake did not find one.
  
    Could not find a package configuration file provided by "basic_idl" with
    any of the following names:
  
      basic_idlConfig.cmake
      basic_idl-config.cmake
  
    Add the installation prefix of "basic_idl" to CMAKE_PREFIX_PATH or set
    "basic_idl_DIR" to a directory containing one of the above files.  If
    "basic_idl" provides a separate development package or SDK, be sure it has
    been installed.
  
  
  -- Configuring incomplete, errors occurred!
  See also "/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/build/temp.macosx-10.9-x86_64-3.9/CMakeFiles/CMakeOutput.log".
  See also "/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/build/temp.macosx-10.9-x86_64-3.9/CMakeFiles/CMakeError.log".
  error: "cmake /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e -DCMAKE_BUILD_TYPE=Debug -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_DEBUG=/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/build/lib.macosx-10.9-x86_64-3.9 -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_DEBUG=build/temp.macosx-10.9-x86_64-3.9 -DPYOPENDDS_PYTHON_VERSION=3.9.2 -DPYOPENDDS_INCLUDE=/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyopendds/dev/include" returned non-zero result: 1
  ----------------------------------------
  ERROR: Failed building wheel for pybasic
  Running setup.py clean for pybasic
Failed to build pybasic
Installing collected packages: pybasic
    Running setup.py install for pybasic ... error
    ERROR: Command errored out with exit status 1:
     command: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/setup.py'"'"'; __file__='"'"'/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/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'"'"'))' install --record /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-record-mlhhfny2/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9/pybasic
         cwd: /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/
    Complete output (43 lines):
    running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.9-x86_64-3.9
    creating build/lib.macosx-10.9-x86_64-3.9/pybasic
    copying pybasic/__init__.py -> build/lib.macosx-10.9-x86_64-3.9/pybasic
    creating build/lib.macosx-10.9-x86_64-3.9/pybasic/basic
    copying pybasic/basic/__init__.py -> build/lib.macosx-10.9-x86_64-3.9/pybasic/basic
    running build_ext
    -- The CXX compiler identification is AppleClang 12.0.5.12050022
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Found Python3: /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9 (found suitable exact version "3.9.2") found components: Development Development.Module Development.Embed
    -- Looking for C++ include pthread.h
    -- Looking for C++ include pthread.h - found
    -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
    -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
    -- Found Threads: TRUE
    CMake Error at CMakeLists.txt:11 (find_package):
      By not providing "Findbasic_idl.cmake" in CMAKE_MODULE_PATH this project
      has asked CMake to find a package configuration file provided by
      "basic_idl", but CMake did not find one.
    
      Could not find a package configuration file provided by "basic_idl" with
      any of the following names:
    
        basic_idlConfig.cmake
        basic_idl-config.cmake
    
      Add the installation prefix of "basic_idl" to CMAKE_PREFIX_PATH or set
      "basic_idl_DIR" to a directory containing one of the above files.  If
      "basic_idl" provides a separate development package or SDK, be sure it has
      been installed.
    
    
    -- Configuring incomplete, errors occurred!
    See also "/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/build/temp.macosx-10.9-x86_64-3.9/CMakeFiles/CMakeOutput.log".
    See also "/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/build/temp.macosx-10.9-x86_64-3.9/CMakeFiles/CMakeError.log".
    error: "cmake /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e -DCMAKE_BUILD_TYPE=Debug -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_DEBUG=/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/build/lib.macosx-10.9-x86_64-3.9 -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_DEBUG=build/temp.macosx-10.9-x86_64-3.9 -DPYOPENDDS_PYTHON_VERSION=3.9.2 -DPYOPENDDS_INCLUDE=/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyopendds/dev/include" returned non-zero result: 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/setup.py'"'"'; __file__='"'"'/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-5nx8fd0e/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'"'"'))' install --record /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-record-mlhhfny2/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9/pybasic Check the logs for full command output.

Is there any way to fix it?

Thank you in advance!

@iguessthislldo
Copy link
Member

When you quote long output like this please put it in a markdown code block.

It says zsh: command not found: realpath at the beginning. I guess macOS doesn't have that command. You need to replace $(realpath ..) in the command with the path to basic_ouput.

@Danny875
Copy link
Author

Danny875 commented Oct 8, 2021

I tried given the real path to the basic_output, but it still doesn't work. I typed basic_idl_DIR=/Users/dannyguest/Downloads/pyopendds/tests/basic_test/build/basic_output pip install . and I get the following error:

Processing /Users/dannyguest/Downloads/pyopendds/tests/basic_test/build/basic_output
  DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default.
   pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
Requirement already satisfied: pyopendds in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from pybasic==0.0.0) (0.1.0)
Requirement already satisfied: jinja2 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from pyopendds->pybasic==0.0.0) (3.0.1)
Requirement already satisfied: MarkupSafe>=2.0 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from jinja2->pyopendds->pybasic==0.0.0) (2.0.1)
Building wheels for collected packages: pybasic
  Building wheel for pybasic (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/setup.py'"'"'; __file__='"'"'/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/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'"'"'))' bdist_wheel -d /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-wheel-c_w1tblk
       cwd: /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/
  Complete output (43 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-10.9-x86_64-3.9
  creating build/lib.macosx-10.9-x86_64-3.9/pybasic
  copying pybasic/__init__.py -> build/lib.macosx-10.9-x86_64-3.9/pybasic
  creating build/lib.macosx-10.9-x86_64-3.9/pybasic/basic
  copying pybasic/basic/__init__.py -> build/lib.macosx-10.9-x86_64-3.9/pybasic/basic
  running build_ext
  -- The CXX compiler identification is AppleClang 12.0.5.12050022
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  -- Found Python3: /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9 (found suitable exact version "3.9.2") found components: Development Development.Module Development.Embed
  -- Looking for C++ include pthread.h
  -- Looking for C++ include pthread.h - found
  -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  -- Found Threads: TRUE
  CMake Error at CMakeLists.txt:11 (find_package):
    By not providing "Findbasic_idl.cmake" in CMAKE_MODULE_PATH this project
    has asked CMake to find a package configuration file provided by
    "basic_idl", but CMake did not find one.
  
    Could not find a package configuration file provided by "basic_idl" with
    any of the following names:
  
      basic_idlConfig.cmake
      basic_idl-config.cmake
  
    Add the installation prefix of "basic_idl" to CMAKE_PREFIX_PATH or set
    "basic_idl_DIR" to a directory containing one of the above files.  If
    "basic_idl" provides a separate development package or SDK, be sure it has
    been installed.
  
  
  -- Configuring incomplete, errors occurred!
  See also "/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/build/temp.macosx-10.9-x86_64-3.9/CMakeFiles/CMakeOutput.log".
  See also "/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/build/temp.macosx-10.9-x86_64-3.9/CMakeFiles/CMakeError.log".
  error: "cmake /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj -DCMAKE_BUILD_TYPE=Debug -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_DEBUG=/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/build/lib.macosx-10.9-x86_64-3.9 -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_DEBUG=build/temp.macosx-10.9-x86_64-3.9 -DPYOPENDDS_PYTHON_VERSION=3.9.2 -DPYOPENDDS_INCLUDE=/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyopendds/dev/include" returned non-zero result: 1
  ----------------------------------------
  ERROR: Failed building wheel for pybasic
  Running setup.py clean for pybasic
Failed to build pybasic
Installing collected packages: pybasic
    Running setup.py install for pybasic ... error
    ERROR: Command errored out with exit status 1:
     command: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/setup.py'"'"'; __file__='"'"'/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/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'"'"'))' install --record /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-record-ptbfqalx/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9/pybasic
         cwd: /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/
    Complete output (43 lines):
    running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.9-x86_64-3.9
    creating build/lib.macosx-10.9-x86_64-3.9/pybasic
    copying pybasic/__init__.py -> build/lib.macosx-10.9-x86_64-3.9/pybasic
    creating build/lib.macosx-10.9-x86_64-3.9/pybasic/basic
    copying pybasic/basic/__init__.py -> build/lib.macosx-10.9-x86_64-3.9/pybasic/basic
    running build_ext
    -- The CXX compiler identification is AppleClang 12.0.5.12050022
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Found Python3: /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9 (found suitable exact version "3.9.2") found components: Development Development.Module Development.Embed
    -- Looking for C++ include pthread.h
    -- Looking for C++ include pthread.h - found
    -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
    -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
    -- Found Threads: TRUE
    CMake Error at CMakeLists.txt:11 (find_package):
      By not providing "Findbasic_idl.cmake" in CMAKE_MODULE_PATH this project
      has asked CMake to find a package configuration file provided by
      "basic_idl", but CMake did not find one.
    
      Could not find a package configuration file provided by "basic_idl" with
      any of the following names:
    
        basic_idlConfig.cmake
        basic_idl-config.cmake
    
      Add the installation prefix of "basic_idl" to CMAKE_PREFIX_PATH or set
      "basic_idl_DIR" to a directory containing one of the above files.  If
      "basic_idl" provides a separate development package or SDK, be sure it has
      been installed.
    
    
    -- Configuring incomplete, errors occurred!
    See also "/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/build/temp.macosx-10.9-x86_64-3.9/CMakeFiles/CMakeOutput.log".
    See also "/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/build/temp.macosx-10.9-x86_64-3.9/CMakeFiles/CMakeError.log".
    error: "cmake /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj -DCMAKE_BUILD_TYPE=Debug -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_DEBUG=/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/build/lib.macosx-10.9-x86_64-3.9 -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_DEBUG=build/temp.macosx-10.9-x86_64-3.9 -DPYOPENDDS_PYTHON_VERSION=3.9.2 -DPYOPENDDS_INCLUDE=/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyopendds/dev/include" returned non-zero result: 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/setup.py'"'"'; __file__='"'"'/private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-req-build-p4zd9_rj/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'"'"'))' install --record /private/var/folders/zr/2_q9sztd3rgcyn9ztx1r5_7c0000gn/T/pip-record-ptbfqalx/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9/pybasic Check the logs for full command output.```

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

No branches or pull requests

2 participants