You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there,
I want to recreate your figure in https://towardsdatascience.com/githubs-path-to-128m-public-repositories-f6f656ab56b1
using data up to today June 13, 2022.
I cloned the mirror repository and am following the instructions on the README.md; however, where is the requirements.dev.txt
I ran python setup.py install
But after changing the variables for my local computer, I get errors when I run test_mirror.sh:
AttributeError: module 'typing' has no attribute '_SpecialForm'
$watch -d -n 5 'curl https://api.github.com/rate_limit -s -H "Authorization: Bearer $GITHUB_TOKEN" "Accept: application/vnd.github.v3+json"'
-bash: watch: command not found
I'm a newbie and appreciate this repository, I just need a little help getting started.
Thanks so much!
Rene
The text was updated successfully, but these errors were encountered:
Hello there,
I want to recreate your figure in https://towardsdatascience.com/githubs-path-to-128m-public-repositories-f6f656ab56b1
using data up to today June 13, 2022.
I cloned the mirror repository and am following the instructions on the README.md; however, where is the requirements.dev.txt
I ran
python setup.py install
But after changing the variables for my local computer, I get errors when I run test_mirror.sh:
I'm a newbie and appreciate this repository, I just need a little help getting started.
Thanks so much!
Rene
The text was updated successfully, but these errors were encountered: