rustworkx icon indicating copy to clipboard operation
rustworkx copied to clipboard

rustworkx not available via PyPi (pip)

Open dsvandet opened this issue 3 years ago • 1 comments

Information

  • retworkx version:
  • Python version:
  • Rust version:
  • Operating system:

This was observed by Varun Seshadri @isolatedinformation

What is the current behavior?

rustworkx not available via PyPi (pip)

What is the expected behavior?

Should be available via pip according to documentation.

Steps to reproduce the problem

pip install rustworkx

or search PyPi site

dsvandet avatar Sep 05 '22 12:09 dsvandet

It is available under the old name of retworkx, you can install:

pip install retworkx

The package under the new name will be available soon. If you really need one of the features of the new release, follow the instructions on how to install from source

IvanIsCoding avatar Sep 06 '22 05:09 IvanIsCoding

It is now available at https://pypi.org/project/rustworkx

IvanIsCoding avatar Oct 07 '22 18:10 IvanIsCoding