-
Notifications
You must be signed in to change notification settings - Fork 4.4k
0.5.3 no longer allows to enforce Python3 #3517
Copy link
Copy link
Closed
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)team-Rules-PythonNative rules for PythonNative rules for Pythontype: bug
Description
Description of the problem / feature request / question:
I have a python script, that worked fine in 0.5.2.
Switching to 0.5.3 running
import concurrent.futures
gives me:
ImportError: No module named concurrent.futures
Environment info
- Operating System: Ubuntu 16.04.2
- Bazel version (output of
bazel info release): 0.5.3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)team-Rules-PythonNative rules for PythonNative rules for Pythontype: bug