Opened 2 years ago

Closed 2 years ago

#64553 closed defect (worksforme)

py39-jupyter installed but not working

Reported by: tgederberg Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: py-jupyter

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I installed py39-jupyter via MacPorts but it is not recognized. When I list the installed ports, MacPorts reports

  py39-jupyter @1.0.0_1 (active)
  py39-jupyter_client @7.1.2_0 (active)
  py39-jupyter_console @6.4.0_0 (active)
  py39-jupyter_core @4.7.1_0 (active)
  py39-jupyterlab_pygments @0.1.2_0 (active)
  py39-jupyterlab_widgets @1.0.2_0 (active)

but when I try executing Jupyter via py39-jupyter I get command not found.

Change History (3)

comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: jupyter removed
Owner: set to stromnov
Port: py-jupyter added; py39-jupyter removed
Status: newassigned

port contents py39-jupyter will show you what files were installed.

Or you can check on the ports web site. Based on that, it looks like the only file that gets installed is /opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/jupyter-1.0.0-py3.9.egg-info which is admittedly a bit unexpected to me, but I don't know this software well enough to know what it should install.

comment:2 Changed 2 years ago by tgederberg

My error. Executing Jupiter-3.9 (rather than py39-jupyter works).

comment:3 Changed 2 years ago by reneeotten (Renee Otten)

Resolution: worksforme
Status: assignedclosed
Note: See TracTickets for help on using tickets.