miso-sound / misosoupy

Misophonia Stimulus Organization Using Python
MIT License
0 stars 0 forks source link

[Fix] getting path to assets #13

Closed danibene closed 1 month ago

danibene commented 1 month ago

This aims to address the following comment by giving multiple ways to get the path to the assets folder: https://github.com/miso-sound/misosoupy/pull/11#issuecomment-2309142660

danibene commented 1 month ago

So speedy! The misosoupy pip warning was helpful, I had not done that.

I think I need to update the Python version in my VScode (it's on 3.6 for some reason, which is maybe why the importlib error was/is happening), but I can run this on 3.8 in Spyder.

Awesome! Changing the python version would make sense yes. In VSCode I think you can type "Python: Select Interpreter" in the command palette to choose a different python version. I think you can also create an environment before pip installing misosoupy by typing "Python: Create Environment"

[also thank you for your patience as I figure out how to open pull request changes in desktop mode to actually try them before I merge them lol]

I think you can normally type git checkout NAME_OF_PULL_REQUEST_BRANCH in a terminal