Skip to content
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

cannot download secret.py #65

Open
albert780304 opened this issue Jan 4, 2024 · 1 comment
Open

cannot download secret.py #65

albert780304 opened this issue Jan 4, 2024 · 1 comment

Comments

@albert780304
Copy link

I cannot download secret.py when I clicked the link in the file.
Would you fix it?
Thanks

@joethesaint
Copy link

joethesaint commented Jun 27, 2024

Here is what you would do:

  • git clone the repo
  • start up the starter file notebook using the generic python -m notebook
  • supposedly you are in project 0x01 of the tutorial as that is where I am currently am
  • scroll to the link where it was stated that you should download the secrets.py file
  • try it again and see if it will download

It worked for me and I hope it does too for you.

And if it is to work, move the file from your download section in your PC or wherever it is downloaded at and place it
in the same folder as the practice files. You may likely encounter an error that I did which is numpy raising an error saying ImportError: cannot import name randbits. And this is about the secrets.py file having the naming convention of one of the dependencies numpy is using so you got to rename your secrets.py file to something like secrets1.py so as to make it to work.

Click here for the Stack Overflow solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants