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

Installation procedure on ubuntu out of date #93

Open
matthewtownson opened this issue Nov 6, 2018 · 4 comments
Open

Installation procedure on ubuntu out of date #93

matthewtownson opened this issue Nov 6, 2018 · 4 comments

Comments

@matthewtownson
Copy link
Member

Using a clean install of Ubuntu 18.04 LTS found the following issues with the instructions

  • Uses apt not apt-get
  • No installation instructions for Python 3
  • Repo to clone refers to soapy/soapy
  • Pyfftw not listed in dependencies for apt-get instructions
@andrewpaulreeves
Copy link
Collaborator

This is very true, however I'm not quite sure what to do about to it, as I don't think its sustainable to give instructions for all the versions of the common distros/OSes/python distributions. An alternative would be to simple list the dependencies and make sure they were always accurate. It might also be time to make a pip-able install or a conda package.

Thoughts?

@matthewtownson
Copy link
Member Author

Making it installable via pip/conda/both sounds reasonable, then keeping a list of dependencies up-to-date is a much easier job.

@xalpha
Copy link

xalpha commented Feb 19, 2020

I'm running into the same issues. Have tried installing with pip, pip3 and apt and no joy on all fronts on ubuntu 18.04 and 19.10. I think under 19.10 I did get it running far enough for the testSimulation.py test to complete succesfully but since i could not install PyQt5, I had no GUI.

Any recommended procedure on either OS?

@matthewtownson
Copy link
Member Author

Sorry for taking such a long time to get back to you on this, I would recommend the anaconda distribution of Python, it should be fairly easy to install PyQT from Conda to get the GUI working.

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

No branches or pull requests

3 participants