Jeff Boothe
Jeff Boothe
+1 Here's Meteor's instructions for publishing packages to Atmosphere: https://atmospherejs.com/i/publishing `package.js` file Template: ``` // package.js metadata file on the root directory of the project for Meteor.js var packageName =...
I've narrowed the image copy issue to the `deleteTemplates` task. I noticed you have `'!' + config.buildImages` in there twice. Deleting one of them still made no difference. It's ignoring...
I was running into problems with python 3.12. Changing some of the requirement versions and using python 3.9 worked for me. ``` torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 pyttsx3==2.90 blobfile==2.1.1 openai==1.7.0 Wave==0.0.2 PyAudio==0.2.14...