Why can't I call pip with --target and --editable?

前端 未结 1 444
挽巷
挽巷 2021-01-15 05:09

I\'m using

cd MyPackage

pip install --target deploy_directory .

to prepare packages for deployment on Google App Engine, but

相关标签:
1条回答
  • 2021-01-15 05:56

    This is known to be broken since a long time. See https://github.com/pypa/pip/issues/3246 and https://github.com/pypa/pip/issues/562.

    In the second link it is mentioned that some developers covered their use case with replacing --target by --src. I have not tried this myself though.

    0 讨论(0)
提交回复
热议问题