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

Get python-future with pip #1062

Closed
wants to merge 1 commit into from
Closed

Get python-future with pip #1062

wants to merge 1 commit into from

Conversation

hestolz
Copy link
Contributor

@hestolz hestolz commented Mar 27, 2020

An alternative to the submodule approach in #1058

  • Pro: more "supported" way of getting a new python module, via pip; doesn't require as many steps during extension packaging; avoids hacky python version dependent path/imports setting
  • Con: may be more prone to failure due to pip download failure, also apparently there can be some issues depending on whether chose to install pip itself or packages USING pip with or without the --user flag (issue threads 1, 2 ...)

@hestolz hestolz requested a review from a team as a code owner March 27, 2020 20:59
@hestolz hestolz closed this May 20, 2020
@hestolz hestolz deleted the hestolz-oms-future-pip branch June 3, 2020 18:07
Copy link

@HussainHacker162 HussainHacker162 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pkg

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

Successfully merging this pull request may close these issues.

2 participants