You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/10 07:59:18 UTC

[GitHub] [pulsar] leizhiyuan edited a comment on issue #12712: import package pulsar, raise 「name 'ModuleNotFoundError' is not defined」

leizhiyuan edited a comment on issue #12712:
URL: https://github.com/apache/pulsar/issues/12712#issuecomment-964870881


   run `pip install pulsar-client==2.8.1` again, it will send a response which tell you the path of pulsar-client
   
   then you can run 
   
   `echo $PYTHONPATH`
   
   if there has no the path in first step, you can change it
   
   export PYTHONPATH=xxxx_in_first_step:$PYTHONPATH
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org