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

Unable to link dependency 'bin' because a file by the same name exists in this service #3

Open
tomermes opened this issue Nov 30, 2018 · 0 comments

Comments

@tomermes
Copy link

tomermes commented Nov 30, 2018

I am having an error while running serverless deploy after following the starter instructions.

The error states:
Unable to link dependency 'bin' because a file by the same name exists in this service

This is the serverless.yml content:

service: py-server

plugins:

  • serverless-python-requirements

custom:
pythonRequirements:
dockerizePip: false
pythonBin: C:\Python27\python

provider:
name: aws
runtime: python2.7
stage: dev
region: us-east-1

functions:
query_forest:
handler: handler.query_forest
events:
- http:
path: /
method: get

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

No branches or pull requests

1 participant