how to install python package in Raspbian? -


i'm trying install pycrypto python 3.x.x on raspberry pi
when run python setup.py install command line, default installed python 2.7.x
have installed python-dev , still no luck, have read using pip might help, unfortunately don't know how use it. codes written python 3.3.x , take me long time re-write them 2.7.
how can fix without re-writing codes

having looked there not seem pycrypto version python3 @ moment. think you're options alternative package or convert code python 2. there tools available can automatically, example 3to2 available in pip.


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -