How to run rpyc_classic.py python file in azure bash environment?
I have tried to install wheel getting below exception.
pip install [options] ... no such option: --use-wheel –
help me..
How to run rpyc_classic.py python file in azure bash environment?
I have tried to install wheel getting below exception.
pip install [options] ... no such option: --use-wheel –
help me..
You can install rpyc using pip as follows:
or
Once installed, you can run
rpyc_classic.pyorpython bin/rpyc_classic.pyto start the server.Another way is to clone the git repository for rpyc:
Then
cdinto therpyc/binfolder and run the rpyc_classic.py file. You would then see something like this:Hope this helps!