-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed #23
Comments
Do you have armips? You know that's required...right? |
@Derek1199 Yes. armips Kingcom/armips@07853e5 |
Try |
Also, try using latest commit of ctrulib. |
@Derek1199 Thank you for the help. Every lib is up to date. |
I forgot to ask. What OS are you using? |
@Derek1199 |
Then I don't know. I'll ask someone. |
@DMSalesman Not working. same error. |
I personally haven't had much luck with Python 3.6. I have both 3.6 and 2.7 installed and just change my path whenever the need arises. I suggest installing Python 2.7 in a custom directory (ie. c:\Python27), change the python36 path to python27 in your environment variables, then install pycrypto, and this will build with no issues. |
make sure you're installing pycryptodome for the correct version that's being used. it sounds like it's installing for the wrong thing.
replace 3 with 2 if you're using py2. |
@ihaveamac |
I neither have python2 nor python3. I only have python.exe in both my Python27 and Python36 directories. With Python36 in my path, I installed pip3 install pycryptodome with no errors, but I still get the above error about "No module named Crypto". What am I doing wrong? Again, I have no issues with Python27 as my path with pycrypto installed. |
Do |
Actually, I figured this out already. With Python3, pycryptodome is all I EVER tried using and it never worked. I had to use pip3 install cryptography |
devkit r47
boot9strap 632a441
pycryptodome (3.4.7)
The text was updated successfully, but these errors were encountered: