とすると
TypeError: parse() got an unexpected
keyword argument 'transport_encoding'
とエラーが出てしまった。
https://qiita.com/waku2011/items/4af412bf1d24eef309a9
を参考に
C:\Users\Anaconda3\Lib\site-packages\で
$ git clone https://github.com/pfnet/optuna.git
$ cd optuna
$ python setup.py install を実行。 import optuna はうまくいった。