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

Fix stevedore on Appveyor #151

Open
nuest opened this issue Jul 23, 2019 · 2 comments
Open

Fix stevedore on Appveyor #151

nuest opened this issue Jul 23, 2019 · 2 comments

Comments

@nuest
Copy link
Member

nuest commented Jul 23, 2019

Stevedore does not work on appveyor, so the vignettes and some tests do not work:

Rscript -e "stevedore::docker_available(); stevedore::docker_client()$api_version()"
[1] FALSE
Error in py_module_import(module, convert = convert) : 
  ImportError: cannot import name 'NpipeAdapter'
Detailed traceback: 
  File "c:/RLibrary/stevedore/py\httppipe.py", line 9, in <module>
    from docker.transport import NpipeAdapter as HttpAdapter
Calls: <Anonymous> ... httppipe_prepare -> <Anonymous> -> py_module_import
Execution halted
Command exited with code 1
7z a failure.zip *.Rcheck\*

See full build output at https://ci.appveyor.com/project/nuest/containerit/builds/26171500

@vsoch
Copy link
Contributor

vsoch commented Aug 8, 2019

In case you want to try something different, CircleCI just announced support for Windows. https://devclass.com/2019/08/08/circleci-finally-open-up-to-windows-devs/

@nuest
Copy link
Member Author

nuest commented Aug 20, 2019

And they also support Docker: https://circleci.com/docs/2.0/building-docker-images/

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

No branches or pull requests

2 participants