Cargo, the Rust package manager, is not installed or is not on PATH.

See original GitHub issue

Since the last release, I am seeing errors in our build pipeline. Does the latest release not include a wheel?

ERROR: Command errored out with exit status 1:
 command: /path/to/.tox/py38/bin/python /path/to/.tox/py38/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmp1l_pmzjj
     cwd: /tmp/pip-install-n7zcooxw/orjson
Complete output (6 lines):

Cargo, the Rust package manager, is not installed or is not on PATH.
This package requires Rust and Cargo to compile extensions. Install it through
the system's package manager or via https://rustup.rs/

Checking for Rust toolchain....
----------------------------------------

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
ijlcommented, Aug 4, 2021

You likely need pip>=20.3 for manylinux_2_24. The previous recommendation was pip>=19.3. manylinux2014 jobs began erroring and were upgraded.

2reactions
ZOJuliancommented, Oct 19, 2022

I changed it from 32 bit to 64 but it didn`t change my Problem

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix errors occurring on installation of Jupyter Notebook
This package requires Rust and Cargo to compile extensions. Install it through the system's package manager or via https://rustup.rs/ Checking ...
Read more >
Cargo, the Rust package manager, is not installed or is not on ...
iam getting this as error after commanding pip install jupyterthemes.
Read more >
Installation - The Cargo Book
The easiest way to get Cargo is to install the current stable release of Rust by using rustup. Installing Rust using rustup will...
Read more >
Will not install on a clean OS - Home Assistant Community
The instructions on the home assistant for core install returns ... Cargo, the Rust package manager, is not installed or is not on...
Read more >
Errors while running pip install -r requirements.txt - MongoDB
Cargo, the Rust package manager, is not installed or is not on PATH. This package requires Rust and Cargo to compile extensions.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found