Hi All,
I am trying to install Jupyterlab on freebsd 13 using python virtual environment. Initially I ran into trouble. But searching online I was able to install it using;
	
	
	
		
But after Installation at launch I get another error:
	
	
	
		
Would you be able to help me in this matter please? I have libunwind already installed using pkg.
Thanks & Best Regards
Schroter Michael
				
			I am trying to install Jupyterlab on freebsd 13 using python virtual environment. Initially I ran into trouble. But searching online I was able to install it using;
		Code:
	
	export C_INCLUDE_PATH=/usr/local/include/:${C_INCLUDE_PATH}
export CPLUS_INCLUDE_PATH=/usr/local/include/:${CPLUS_INCLUDE_PATH}
	But after Installation at launch I get another error:
		Code:
	
	(.venvML) [michael@schroter ~]$ jupyter lab
Traceback (most recent call last):
  File "/usr/home/michael/.venvML/bin/jupyter-lab", line 5, in <module>
    from jupyterlab.labapp import main
  File "/usr/home/michael/.venvML/lib/python3.8/site-packages/jupyterlab/labapp.py", line 13, in <module>
    from jupyter_server.serverapp import flags
  File "/usr/home/michael/.venvML/lib/python3.8/site-packages/jupyter_server/serverapp.py", line 73, in <module>
    from jupyter_server.services.kernels.kernelmanager import (
  File "/usr/home/michael/.venvML/lib/python3.8/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 15, in <module>
    from jupyter_client.multikernelmanager import AsyncMultiKernelManager
  File "/usr/home/michael/.venvML/lib/python3.8/site-packages/jupyter_client/__init__.py", line 6, in <module>
    from .asynchronous import AsyncKernelClient  # noqa
  File "/usr/home/michael/.venvML/lib/python3.8/site-packages/jupyter_client/asynchronous/__init__.py", line 1, in <module>
    from .client import AsyncKernelClient  # noqa
  File "/usr/home/michael/.venvML/lib/python3.8/site-packages/jupyter_client/asynchronous/client.py", line 6, in <module>
    from jupyter_client.channels import HBChannel
  File "/usr/home/michael/.venvML/lib/python3.8/site-packages/jupyter_client/channels.py", line 12, in <module>
    import zmq.asyncio
  File "/usr/home/michael/.venvML/lib/python3.8/site-packages/zmq/__init__.py", line 61, in <module>
    _load_libzmq()
  File "/usr/home/michael/.venvML/lib/python3.8/site-packages/zmq/__init__.py", line 36, in _load_libzmq
    from . import libzmq
ImportError: /usr/home/michael/.venvML/lib/python3.8/site-packages/zmq/libzmq.cpython-38.so: Undefined symbol "_Ux86_64_getcontext"
	Would you be able to help me in this matter please? I have libunwind already installed using pkg.
Thanks & Best Regards
Schroter Michael