QuantStack / jupyterlab-drawio

A standalone embedding of the FOSS drawio / mxgraph package into jupyterlab
BSD 3-Clause "New" or "Revised" License
599 stars 75 forks source link

can‘t use:pip install jupyterlab-drawio #72

Closed HaresHu closed 3 years ago

HaresHu commented 3 years ago

ERROR: Could not find a version that satisfies the requirement jupyterlab-drawio ERROR: No matching distribution found for jupyterlab-drawio

squeezer44 commented 3 years ago

Same for me. Addtionally it seems the module is not known at https://pypi.org/search/?q=jupyterlab-drawio.

ERROR: Could not find a version that satisfies the requirement jupyterlab-drawio
ERROR: No matching distribution found for jupyterlab-drawio
SylvainCorlay commented 3 years ago

The update to jupyterlab 3.0, which should enable the installation from pip / mamba / conda was just merged but a release has not been made yet.

squeezer44 commented 3 years ago

@SylvainCorlay Does that mean in practice the status stays unchanged until next release of jupyterlab-drawio will be published?

wolfv commented 3 years ago

just released 0.8.0 to PyPI that should fix this.

squeezer44 commented 3 years ago

Regarding : https://github.com/QuantStack/jupyterlab-drawio/issues/72#issuecomment-761881755 Checked and confirmed: pip install jupyterlab-drawio is working as expected.

Thx :-)