Skip to content
Advertisement

Getting OSError when running script

I am trying to set up the ChirpSDK, but every time I configure and run the code, I get this error:

JavaScript

I realize that the error is saying that my .chirprc file is not being recognized, but I have no idea how to remedy this. I created a .chirprc file in my /Users/username/ path, and named it c.chirprc (as the Chirp getting started article suggests), but I am still getting this error. Is there another part that I am missing? Am I reading the instructions wrong?

Thanks

Advertisement

Answer

The Chirp configuration file should be placed at /Users/<username>/.chirprc on macOS.

If you run ls -l ~/.chirprc in the terminal, do you get any results? If it displays no such file or directory then you have not created the file correctly.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement