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

Fails on windows because of symlink #11

Closed
trondhindenes opened this issue Feb 27, 2017 · 7 comments
Closed

Fails on windows because of symlink #11

trondhindenes opened this issue Feb 27, 2017 · 7 comments
Labels

Comments

@trondhindenes
Copy link

I'm getting this error when executing serverless deploy on Windows:
EPERM: operation not permitted, symlink '.requirements\requests'

@dschep
Copy link
Contributor

dschep commented Feb 27, 2017

Hmm. Does node js's symlink stuff work on windows?

@trondhindenes
Copy link
Author

I have no idea, I dont do node. Just trying to get python to work with serverless in a somewhat seamless way.

@dschep
Copy link
Contributor

dschep commented Feb 27, 2017

Hah. I'll look into it when I get a chance to setup node on a windows box (I don't do windows 😛 )

@trondhindenes
Copy link
Author

:-) I got around it by just running the serverless deploy commands in a container, so it's no biggie.
Regarding nodeJS and symlink support, this could be of interest: nodejs/node-v0.x-archive#2274 (I haven't tried running the serverless deploy command as admin)

@dschep
Copy link
Contributor

dschep commented Mar 1, 2017

Ah, that definitely is of interest. Thanks! Current docs don't seem to mention this limitation, but does mention a few others.

@AndrewFarley
Copy link
Contributor

This bug can be closed, the current codebase does not use any symlinks

@dschep
Copy link
Contributor

dschep commented Sep 4, 2018

Good point @AndrewFarley

@dschep dschep closed this as completed Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants