Git Product home page Git Product logo

Comments (5)

MikeMcQuaid avatar MikeMcQuaid commented on June 17, 2024
/opt/homebrew/Cellar/selenium-issue/0.0.1/libexec/lib/python3.11/site-packages/selenium/webdriver/common/macos/selenium-manager

This is provided by Pip and not Homebrew. You'll need to figure out with them why it's got this invalid linkage.

  • redacted as I have internal company specific setup but is reproduced on other machines too.

@arpitchaudhary For future reference: you're going to need to supply something here. Feel free to redact parts but not providing all of it, particularly when you also have brew doctor issues, means we can't really help here.

from brew.

carlocab avatar carlocab commented on June 17, 2024

This is provided by Pip and not Homebrew.

Yes. Your command for installing selenium-issue uses pre-built wheels hosted on PyPI:

❯ python3 -m venv venv
❯ source venv/bin/activate
❯ python3 -m pip install --ignore-installed selenium==4.17.2
[snip]
❯ otool -L venv/lib/python3.12/site-packages/selenium/webdriver/common/macos/selenium-manager
venv/lib/python3.12/site-packages/selenium/webdriver/common/macos/selenium-manager (architecture x86_64):
        /usr/local/opt/xz/lib/liblzma.5.dylib (compatibility version 10.0.0, current version 10.5.0)
        /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration (compatibility version 1.0.0, current version 1241.60.3)
        /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1953.255.0)
        /System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 1.0.0, current version 60420.60.24)
        /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1319.0.0)
venv/lib/python3.12/site-packages/selenium/webdriver/common/macos/selenium-manager (architecture arm64):
        /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration (compatibility version 1.0.0, current version 1241.60.3)
        /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1953.255.0)
        /System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 1.0.0, current version 60420.60.24)
        /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1319.0.0)

You probably want to read https://docs.brew.sh/Python-for-Formula-Authors.

from brew.

gibfahn avatar gibfahn commented on June 17, 2024

This is provided by Pip and not Homebrew. You'll need to figure out with them why it's got this invalid linkage.

This makes sense for homebrew core, but for external taps, it would be nice to be able to avoid the formula being broken when using pypi wheels. If the binary runs on the user machine, does it matter if an optional linkage that isn't used is present?

Especially as in this case the linkage that homebrew complains about isn't present in the arm64 slice that is actually being used.

It's also surprising that brew install works, but later brew upgrade will fail due to this linkage error. If this blocks I'd expect it to block everywhere.

from brew.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.