matplotlib / ipympl

Matplotlib Jupyter Integration
https://matplotlib.org/ipympl/
BSD 3-Clause "New" or "Revised" License
1.59k stars 225 forks source link

Cannot install with pip #557

Closed astrozzj closed 5 months ago

astrozzj commented 5 months ago

Describe the issue

It always returns:

ERROR: Could not find a version that satisfies the requirement ipyml (from versions: none) ERROR: No matching distribution found for ipyml

Versions

 3.9.6 (default, Nov 10 2023, 13:38:27) 
[Clang 15.0.0 (clang-1500.1.0.2.5)]
JupyterLab v4.1.4
/Users/zzj/Library/Python/3.11/share/jupyter/labextensions
        @jupyter-notebook/lab-extension v7.1.1 enabled OK
martinRenou commented 5 months ago

Can you please provide more information?

astrozzj commented 5 months ago

Can you please provide more information?

  • the command you're running to install it
  • the platform you're using
  • the full error message

command: pip3 install ipyml platform: MacBook Pro with M1 pro chip

Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement ipyml (from versions: none) ERROR: No matching distribution found for ipyml

Another thing is I have jupyter-lab, but it seems I don't have 'jupyter'. I only install jupylab via brew, is there any problem?