You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am leaving this here for future reference and for others running into issues whilst trying to install Obsidian_to_Anki on Ubuntu 20.04.
The issues were:
missing pip3
errors installing wxpython
The Ubuntu 20.04 distro now comes with python3 (3.8.5), however pip3 is missing. Install:
sudo apt update
sudo apt install -y python3-pip
Thenm, to solve the wxpython install error:
sudo apt install -y libgtk-3-dev python-wxgtk3.0
[Optional ] The above should suffice. If you still receive an error during install of wxpython it may be necessary to install the following dependencies below as well. Be sure to check the error logs.
I am leaving this here for future reference and for others running into issues whilst trying to install
Obsidian_to_Anki
onUbuntu 20.04
.The issues were:
The Ubuntu 20.04 distro now comes with python3 (3.8.5), however pip3 is missing. Install:
Thenm, to solve the wxpython install error:
[Optional ] The above should suffice. If you still receive an error during install of
wxpython
it may be necessary to install the following dependencies below as well. Be sure to check the error logs.Running the install script should now finish succesfully:
The text was updated successfully, but these errors were encountered: