GithubHelp home page GithubHelp logo

prebuilt-binaries's Introduction

Prebuilt binaries

Prebuilt binaries on different platforms of various products.

Updates

  • 210726: Binary files are versioned using Large File System (LFS). Therefore, the [GitHub.Git-LFS]: Git Large File Storage extension is required for any Git operation (clone) to work properly. Regular download (from Web browser) is not impacted

Glossary

Some terms will be used in this repository. Listing them here to avoid any confusion:

  • Architecture:
    • pc: Intel, AMD or compatible CPU, followed by the bitness:
      • pc032: x86, i386, i686, ...
      • pc064: x64, AMD64, x86_64, ...

Notes:

  • They are not present in the official repositories

  • Some might be customized

  • If someone needs:

    1. Another (newer) version of an existing software
    2. A brand new software

    ping me (here (via Discussions), [StackOverflow]: CristiFati, [LinkedIn]: Cristi Fati, ... ), and I'll try to add it. Note that it might / will take a while (especially for the 2nd item), and in some cases (when too much work / research is needed), it migt not even get materialized

  • If someone spots a problem in an existing software, please let me know so I can remediate it ASAP (or remove the faulty piece)

LEGAL INFORMATION

Under no circumstances, I (the entity that built the software in this repository) should be held responsible for any:

  • Damage or loss that may appear because the software use
  • License terms violation. Anyone who uses the software is responsible for consulting (and complying with) the license terms. If something isn't clear, the software vendor should be contacted, before using the software

For software that I customly built (e.g. .zip files), I included the license file(s) (e.g. LICENSE*, README*, COPYING*, ...) of the software itself (and in some cases of any additional software that it uses) in the package.
But for some software that automatically generates the build artefacts (e.g. .whl files), and doesn't include the license file(s), in order to avoid modifying the build process, I didn't. Instead, I uploaded the files next to the artefacts, so they are easily accessible.

DETAILS

Generics that apply unless otherwise specified

  • Archive (.zip) packages should typically be unpacked in:
    • Win specific
      • "C:\Program Files"
      • "C:\Program Files (x86)" for pc032 binaries on pc064 OS (which is equivalent to "C:\Program Files" in pc032 processes)
    • Nix specific
      • /usr/local (requires root (sudo)). Some ELFs might have the DT_RUNPATH (former DT_RPATH) flag set to this location
  • Files in the archive are organized in a folder structure ${VENDOR}/${SOFTWARE}/${VERSION}/.... Often, ${VENDOR} and ${SOFTWARE} are the same
    • The bin directory of such an "installation" could be added to PATH variable for convenience
    • Nix specific
      • Folder structure (above) starts with ${ARCHITECTURE}
  • Win specific
    • MS UCRT (Universal C RunTime (from Visual Studio 2015 or newer)) is used for builds
    • Binaries are typically linked against the dynamic UCRT version. In that case, the Visual C Redistributable (currently (URL might change in the future) available at [MS.Support]: The latest supported Visual C++ downloads) is required on the target system

prebuilt-binaries's People

Contributors

cristifati avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

prebuilt-binaries's Issues

Bad zip file error - pygraphviz-1.7-cp38-cp38-win_amd64.whl

Hi I have downloaded the "pygraphviz-1.7-cp38-cp38-win_amd64.whl" (thank you for providing these files by the way) and tried to install the file using "pip install pygraphviz-1.7-cp38-cp38-win_amd64.whl" and I get the following error (I have tried to download multiple times and tried the installation with each one but the error persists)

I'm installing this into an environment on Anaconda. I have already installed 64-bit Graphviz for Windows-10 and added it to my path. I'm installing the "whl" file from the exact file location where I have downloaded it to.

(pomgn) C:\Users\sreedatta>pip install C:\Users\sreedatta\pygraphviz-1.7-cp38-cp38-win_amd64.whl

Processing c:\users\sreedatta\pygraphviz-1.7-cp38-cp38-win_amd64.whl
ERROR: Exception:
Traceback (most recent call last):
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\cli\base_command.py", line 173, in _main
    status = self.run(options, args)
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\cli\req_command.py", line 203, in wrapper
    return func(self, options, args)
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\commands\install.py", line 315, in run
    requirement_set = resolver.resolve(
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 75, in resolve
    collected = self.factory.collect_root_requirements(root_reqs)
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 471, in collect_root_requirements
    req = self._make_requirement_from_install_req(
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 433, in _make_requirement_from_install_req
    cand = self._make_candidate_from_link(
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 204, in _make_candidate_from_link
    self._link_candidate_cache[link] = LinkCandidate(
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 295, in __init__
    super().__init__(
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 156, in __init__
    self.dist = self._prepare()
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 227, in _prepare
    dist = self._prepare_distribution()
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 305, in _prepare_distribution
    return self._factory.preparer.prepare_linked_requirement(
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\operations\prepare.py", line 508, in prepare_linked_requirement
    return self._prepare_linked_requirement(req, parallel_builds)
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\operations\prepare.py", line 570, in _prepare_linked_requirement
    dist = _get_prepared_distribution(
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\operations\prepare.py", line 61, in _get_prepared_distribution
    return abstract_dist.get_pkg_resources_distribution()
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\site-packages\pip\_internal\distributions\wheel.py", line 26, in get_pkg_resources_distribution
    with ZipFile(self.req.local_file_path, allowZip64=True) as z:
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\zipfile.py", line 1269, in __init__
    self._RealGetContents()
  File "C:\ProgramData\Anaconda3\envs\pomgn\lib\zipfile.py", line 1336, in _RealGetContents
    raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file

What am I doing wrong? Can you help?

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.