문제

So far I've tried these methods to install the package pip install rsa andpython setup.py install

but it seems like I installed the one for python2.7.

How can I install the one for python3.2? Or convert the 2.x to 3.x?

Many thanks.

도움이 되었습니까?

해결책

You simply specify the version you wish to use, e.g. python3 setup.py install.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top