How can I install vpython module?
I have python3-pip installed on Fedora 28. I am trying to install the vpython module as follows:
pip3 install vpython
but it errors with No such file or directory reported by gcc. Here is the full output:
Collecting vpython Using cached https://files.pythonhosted.org/packages/df/d0/3f1737c5d6063fd028c7b3ee6f7e23bc764ad00fe50bb032abc83e8bd62c/vpython-7.4.4.tar.gz Requirement already satisfied: jupyter in ./.local/lib/python3.6/site-packages (from vpython) Requirement already satisfied: vpnotebook in ./.local/lib/python3.6/site-packages (from vpython) Requirement already satisfied: numpy in ./.local/lib/python3.6/site-packages (from vpython) Requirement already satisfied: autobahn in ./.local/lib/python3.6/site-packages (from vpython) Requirement already satisfied: notebook in ./.local/lib/python3.6/site-packages (from jupyter->vpython) Requirement already satisfied: jupyter-console in ./.local/lib/python3.6/site-packages (from jupyter->vpython) Requirement already satisfied: nbconvert in ./.local/lib/python3.6/site-packages (from jupyter->vpython) Requirement already satisfied: qtconsole in ./.local/lib/python3.6/site-packages (from jupyter->vpython) Requirement already satisfied: ipykernel in ./.local/lib/python3.6/site-packages (from jupyter->vpython) Requirement already satisfied: ipywidgets in ./.local/lib/python3.6/site-packages (from jupyter->vpython) Requirement already satisfied: txaio>=2.10.0 in ./.local/lib/python3.6/site-packages (from autobahn->vpython) Requirement already satisfied: six>=1.10.0 in /usr/lib/python3.6/site-packages (from autobahn->vpython) Requirement already satisfied: pyzmq>=17 in ./.local/lib/python3.6/site-packages (from notebook->jupyter->vpython) Requirement already satisfied: jinja2 in ./.local/lib/python3.6/site-packages (from notebook->jupyter->vpython) Requirement already satisfied: ipython-genutils in ./.local/lib/python3.6/site-packages (from notebook->jupyter->vpython) Requirement already satisfied: traitlets>=4.2.1 in ./.local/lib/python3.6/site-packages (from notebook->jupyter->vpython) Requirement already satisfied: nbformat in ./.local/lib/python3.6/site-packages (from notebook->jupyter->vpython) Requirement already satisfied: jupyter-core>=4.4.0 in ./.local/lib/python3.6/site-packages (from notebook->jupyter->vpython) Requirement already satisfied: jupyter-client>=5.2.0 in ./.local/lib/python3.6/site-packages (from notebook->jupyter->vpython) Requirement already satisfied: Send2Trash in ./.local/lib/python3.6/site-packages (from notebook->jupyter->vpython) Requirement already satisfied: terminado>=0.8.1 in ./.local/lib/python3.6/site-packages (from notebook->jupyter->vpython) Requirement already satisfied: tornado>=4 in ./.local/lib/python3.6/site-packages (from notebook->jupyter->vpython) Requirement already satisfied: prompt-toolkit<2.0.0,>=1.0.0 in ./.local/lib/python3.6/site-packages (from jupyter-console->jupyter->vpython) Requirement already satisfied: ipython in ./.local/lib/python3.6/site-packages (from jupyter-console->jupyter->vpython) Requirement already satisfied: pygments in ./.local/lib/python3.6/site-packages (from jupyter-console->jupyter->vpython) Requirement already satisfied: testpath in ./.local/lib/python3.6/site-packages (from nbconvert->jupyter->vpython) Requirement already satisfied: entrypoints>=0.2.2 in ./.local/lib/python3.6/site-packages (from nbconvert->jupyter->vpython) Requirement already satisfied: mistune>=0.7.4 in ./.local/lib/python3.6/site-packages (from nbconvert->jupyter->vpython) Requirement already satisfied: pandocfilters>=1.4.1 in ./.local/lib/python3.6/site-packages (from nbconvert->jupyter->vpython) Requirement already satisfied: bleach in ./.local/lib/python3.6/site-packages (from nbconvert->jupyter->vpython) Requirement already satisfied: widgetsnbextension~=3.2.0 in ./.local/lib/python3.6/site-packages (from ipywidgets->jupyter->vpython) Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib64/python3.6/site-packages (from jinja2->notebook->jupyter->vpython) Requirement already satisfied: decorator in /usr/lib/python3.6/site-packages (from traitlets>=4.2.1->notebook->jupyter->vpython) Requirement already satisfied: jsonschema!=2.5.0 ...