Explain the function of static keyword and final keyword in Java in detail>>>
1. Open Anaconda prompt
# 2. Install pyinstaler (either in the default directory or in other directories)
enter the command:
pip install pyinstaller
note: if the
distributed 1.21.8 requires msgpack, which is not installed.
Msgpack needs to be installed:
the solution command is as follows:
pip install msgpack
If:
You are using pip version 10.0.1, however version 19.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
the solution command is as follows:
python -m pip install --upgrade pip
# 3. Open the file ^. Ipynb in jupyter notebook
Download as. Py file and save the file in the directory (default directory or the directory selected above)
4. In the promt window, enter the command: * *
pyinstaller -F ***.py
###############################35
Similar Posts:
- Jupyter notebook new Python3 Error: Permission denied: Untitled.ipynb,Modify workspace
- [Solved] VS Code Error: ((this.configurationService.getValue(…) || []).filter is not a function)
- [Solved] Exception: Jupyter command `jupyter-notbook` not found.
- Modify the default open file path of Jupiter notebook
- Using the jupyter notebook (error/usr/bin/python3: no module named ipykernel) on the local browser remote server_ launcher)
- The process of installing jupyter notebook on MAC
- [Solved] ImportError: cannot import name pywrap_tensorflow
- jupyter notebook error: No module named ‘tensorflow’
- Using pyenv causes the problem that python3 cannot import SQLite3
- Python.exe Error: No module named pip.__main__; ‘pip’ is a package and cannot be directly executed