We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611795f commit 3f17de3Copy full SHA for 3f17de3
.circleci/config.yml
@@ -49,7 +49,7 @@ jobs:
49
command: |
50
cd home/my_env
51
source bin/activate
52
- pip3 install influxdb3-python
+ sudo pip3 install influxdb3-python
53
python3
54
from influxdb_client_3 import InfluxDBClient3
55
workflows:
0 commit comments