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

chore: fix build on py36 #5800

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

chore: fix build on py36 #5800

wants to merge 3 commits into from

Commits on Jan 9, 2024

  1. chore: fix build on py36

    To build nebula-python in py36, we have to call python setup.py install
    
    Note, the wheel built now in Nebula-Python could be installed
    with pip install <file>.whl
    wey-gu committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    cb1f003 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    1b83952 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. remove env path for pypi

    wey-gu authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c749dcf View commit details
    Browse the repository at this point in the history