Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Solved] Issues installing on Ubuntu 20.04 #99

Closed
mullerrwd opened this issue Nov 25, 2020 · 1 comment
Closed

[Solved] Issues installing on Ubuntu 20.04 #99

mullerrwd opened this issue Nov 25, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@mullerrwd
Copy link

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.

sudo apt install -y python3-wxgtk4.0 python3-wxgtk-webview4.0 python3-wxgtk-media4.0​

Running the install script should now finish succesfully:

python3 obstoanki_setup.py
@Pseudonium Pseudonium added the documentation Improvements or additions to documentation label Dec 5, 2020
@Pseudonium
Copy link
Collaborator

Thanks for this! I'll add this to the 'technical' part of the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants