Skip to content

Conversation

@henrykironde
Copy link

@ha0ye , travis will not let us install anything. The error you got earlier was because we are installing retriever on travis but travis has two Python environments. This does not enable users to manage the environments well. The retriever library, I do believer is being installed by one Pip version and then read by another Python version that do not match. This causes the version number to be interpreted wrong.

I tried to remove Python2 but permissions issues.

I have gone a head and tried to tailor out a Dockerfile for MATTS. The test run but fail.
The best way to check what is happening would be running the docker image locally and interactively.
docker run -it matss /bin/bash

Run test non interactively: docker run matss Rscript load_and_test.R
Interactive: docker run matss Rscript load_and_test.R

@@ -0,0 +1,5 @@
[client]
user="travis"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont mind the cli_tools folder, we shall remove it

@henrykironde
Copy link
Author

Something I have remembered, for the Rdataretriever, let's install the dev version from master. Not the release

@henrykironde
Copy link
Author

I think the same applies to ‘portalr’ and ‘drake’.

@ha0ye ha0ye mentioned this pull request Apr 23, 2019
15 tasks
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

Successfully merging this pull request may close these issues.

1 participant