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

Install, step 5 issues #171

Closed
ahalota opened this issue Apr 12, 2021 · 0 comments · Fixed by #287
Closed

Install, step 5 issues #171

ahalota opened this issue Apr 12, 2021 · 0 comments · Fixed by #287
Labels
documentation related to all kinds of docs (API docs, website, ...)

Comments

@ahalota
Copy link
Contributor

ahalota commented Apr 12, 2021

I'm following the instructions here: https://actinia.mundialis.de/tutorial/installation.html

    cd /tmp

    virtualenv -p python2.7 grass_venv
    source grass_venv/bin/activate
    cd actinia_core
    pip install -r requirements-grass-gis.txt

As with step 4, I assume that we are meant to cd $HOME/actinia/workspace/tmp and not just /tmp.
The instructions say we need to have a python3 env for grass ,but the code sample shows 2.7. That should be 3?

There is no file "requirements-grass-gis.txt" in the actinia_core folder. I have one called "requirements.txt" and requirements_ubuntu19.txt".

Both seem to have notes about different versions, possible changes, etc. I will continue with "requirements_ubuntu19.txt" (I'm running Mint 20) and see how it goes.

Went ok except for this error:
ERROR: sphinx 3.5.4 has requirement docutils<0.17,>=0.12, but you'll have docutils 0.17 which is incompatible.
Since that's just for documentation, I'll ignore it for now.

@mmacata mmacata added the documentation related to all kinds of docs (API docs, website, ...) label Sep 22, 2021
neteler added a commit that referenced this issue Dec 16, 2021
* installation instructions: major update

This PR addresses several issues:

- update docs to use standard packages wherever possible
- clarify wording
- persistent use of Python 3 (note that Python 2 is EOL for while)
- add missing actinia-API (https://github.com/mundialis/actinia-api)
- remove venv as no longer needed

Fixes #170
Fixes #171
Fixes #172
Fixes #174
Fixes #211

Co-authored-by: Anna Rieger <rieger@terrestris.de>
Co-authored-by: Marc Jansen <jansen@terrestris.de>
joaherrerama pushed a commit to joaherrerama/actinia_core that referenced this issue Mar 15, 2022
* installation instructions: major update

This PR addresses several issues:

- update docs to use standard packages wherever possible
- clarify wording
- persistent use of Python 3 (note that Python 2 is EOL for while)
- add missing actinia-API (https://github.com/mundialis/actinia-api)
- remove venv as no longer needed

Fixes actinia-org#170
Fixes actinia-org#171
Fixes actinia-org#172
Fixes actinia-org#174
Fixes actinia-org#211

Co-authored-by: Anna Rieger <rieger@terrestris.de>
Co-authored-by: Marc Jansen <jansen@terrestris.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation related to all kinds of docs (API docs, website, ...)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants