File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.2.0
2+ current_version = 1.2.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 2121easy_install --upgrade watson-developer-cloud
2222```
2323
24- Note: If you run into permission issues try:
24+ Note the following:
25+
26+ a) If you run into permission issues try:
2527
2628``` bash
2729sudo -H pip install --ignore-installed six watson-developer-cloud
2830```
2931
3032For more details see [ #225 ] ( https://github.com/watson-developer-cloud/python-sdk/issues/225 )
3133
34+ b) In case you run into problems installing the SDK in DSX, try
35+ ```
36+ !pip install --upgrade pip
37+ ```
38+ Restarting the kernel
39+
40+ For more details see [ #405 ] ( https://github.com/watson-developer-cloud/python-sdk/issues/405 )
41+
3242## Examples
3343
3444The [ examples] [ examples ] folder has basic and advanced examples.
Original file line number Diff line number Diff line change 1919import os
2020import sys
2121
22- __version__ = '1.2.0 '
22+ __version__ = '1.2.1 '
2323
2424if sys .argv [- 1 ] == 'publish' :
2525 # test server
Original file line number Diff line number Diff line change 1- __version__ = '1.2.0 '
1+ __version__ = '1.2.1 '
You can’t perform that action at this time.
0 commit comments