earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Appveyor is failing on all PR's due to a permission error #104

Closed lwasser closed 5 years ago

lwasser commented 5 years ago

The error message is as follows. It might work to add --user to the install to ensure CI has install permissions.

Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\pip-uninstall-k4qfp3te\\pip.exe'
Consider using the `--user` option or check the permissions.
lwasser commented 5 years ago

this was fixed via #108 interactive install of matplotcheck to avoid deps