shuguang-dong commented on issue #5285:
URL: https://github.com/apache/skywalking/issues/5285#issuecomment-671201321


   This is my code:  
   ```
   from skywalking import agent, config
   
   config.init(
       service='shenlong-kol',
       instance='dev-local',
       collector='my sky walking address',
   )
   agent.start()
   ```
   and I debug it in pycharm ,here is log:  
   ```
   sw_flask                         [MainThread     ] [WARNING ] failed to 
install plugin sw_flask
   sw_kafka                         [MainThread     ] [WARNING ] failed to 
install plugin sw_kafka
   sw_tornado                       [MainThread     ] [WARNING ] failed to 
install plugin sw_tornado
   ```
   
   I will also try a newer Django version(>2.2) again


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to