PyPi's links to the aisetup Homepage and GitHub Repository (same URL) both give a 404 error

[This was actually on the DeepLearning.ai platform, at AI Python for Beginners - DeepLearning.AI, but my only other option (than coursera-platform) was dl-ai-learning-platform which gave an error message:

An error occurred: The “dl-ai-learning-platform” tag cannot be used in the “AI Python for Beginners” category. Please remove it.]

In Week 4 (Extending Python with Packages and APIs), Lesson 4 (Installing packages) of the course, we’re told how to pip-install DeepLearning.ai’s aisetup package.

I found aisetup on PyPi at aisetup·PyPI. But both the Homepage and GitHub Repository links there point to the same URL (https://github.com/https-deeplearning-ai/aisetup), which gives a 404 error.

I went to the GitHub account (deeplearning.ai · GitHub) for that repository, and couldn’t find any similarly-named repository.

Is the repository somewhere else that’s publicly accessible?

[If not, I can access the various helper_functions.py files from the course’s Jupyter notebooks, and/or download the .tar.gz file from aisetup’s PyPi page.]

Thanks!

  • Russell Johnson
    Software Tester
1 Like

No. Most of DL.AI’s courses do not have a public repo.

3 Likes

Thanks @TMosh . I wasn’t looking for a public repository for the whole course, though, just for the aisetup package. But although there’s no public repository for aisetup, I’ve since seen that the package’s source is available for download on PyPi at aisetup · PyPI

1 Like