Skip to content

Commit

Permalink
specify python version for pip install (#859)
Browse files Browse the repository at this point in the history
To avoid error caused by multiple versions of python and pip
  • Loading branch information
pengyuan-zhou committed Mar 23, 2020
1 parent 4c49ab7 commit d6ed510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class build_ext(_build_ext.build_ext):
def run(self):
"""Install traci wheels."""
subprocess.check_call(
['pip', 'install',
['python3','-m','pip', 'install',
'https://akreidieh.s3.amazonaws.com/sumo/flow-0.4.0/'
'sumotools-0.4.0-py3-none-any.whl'])

Expand Down

0 comments on commit d6ed510

Please sign in to comment.