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

FAQ? #763

Closed
ksbeattie opened this issue Jun 30, 2020 · 3 comments
Closed

FAQ? #763

ksbeattie opened this issue Jun 30, 2020 · 3 comments
Assignees
Labels
Documentation Update existing and adding new documents and tutorials Priority:Normal Normal Priority Issue or PR

Comments

@ksbeattie
Copy link
Member

ksbeattie commented Jun 30, 2020

Consider having an FAQ or trouble shooting page somewhere. In the docs, on a wiki, I'm not sure.

Things to consider adding are:

  • Don't install with python setup.py use, pip install. This is because directly running setup.py uses easy_install, which is not as "smart" as pip when it comes to handling a complex set of requirements. So things can end up getting broken. For example PyQt and sip get installed incorrectly when using setup.py directly but pip install works. Refs

  • pywin32 is not yet compatible with python 3.8

  • Note/documentation about Turbine only on Windows

@ksbeattie ksbeattie added the Documentation Update existing and adding new documents and tutorials label Jun 30, 2020
@ksbeattie ksbeattie added the Priority:Normal Normal Priority Issue or PR label Jul 7, 2020
@wvuecust
Copy link

wvuecust commented Dec 2, 2020

Consider having an FAQ or trouble shooting page somewhere. In the docs, on a wiki, I'm not sure.

Things to consider adding are:

  • Don't install with python setup.py use, pip install. This is because directly running setup.py uses easy_install, which is not as "smart" as pip when it comes to handling a complex set of requirements. So things can end up getting broken. For example PyQt and sip get installed incorrectly when using setup.py directly but pip install works. Refs

  • pywin32 is not yet compatible with python 3.8

  • Note/documentation about Turbine only on Windows

I have a question about the FOQUS example.
When I tried to load UQ Tutorial_3/5, it can not be opened and shows that 'json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)'. I have no idea how to fix the problem.

@sotorrio1
Copy link
Member

sotorrio1 commented Dec 2, 2020

@wvuecust Would you mind opening an issue specific for this UQ Tutorial problem? Not sure how this is related to the FAQ.

(this was addressed in #853)

@ksbeattie ksbeattie self-assigned this Mar 16, 2021
@ksbeattie
Copy link
Member Author

I think using GitHub's wiki feature might be good for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Update existing and adding new documents and tutorials Priority:Normal Normal Priority Issue or PR
Projects
None yet
Development

No branches or pull requests

3 participants