Conversation
Adding more information about what package to select on a Mac, as well as adding the list of packages that will need installed in Spyder before the program will run.
| 16. Open kairosight_retro.py and hit the play button | ||
| 6. Close the Anaconda Prompt | ||
| 7. Open terminal | ||
| 8. Enter the following command: 'conda create -n kairosight_env.yml' |
There was a problem hiding this comment.
When you create a conda environment like this, the name of the environment is defined by the first line of the yaml file.
There was a problem hiding this comment.
I looked into it more and you're correct. I need to check the set up again, this could be why I needed to install so many packages when I ran spyder. Thank you for checking this!
There was a problem hiding this comment.
The other potential issue is that the anaconda prefix path is hardcoded at the end of the yaml file. (not part of this PR or your fault, it was like that before). You should probably update that when you get the chance.
| 7. Open terminal | ||
| 8. Enter the following command: 'conda create -n kairosight_env.yml' | ||
| 9. Proceed with 'y' | ||
| 10. Enter the following command: 'conda activate kairosight_env.yml' |
There was a problem hiding this comment.
I'm not sure the name of the environment here matches the first line of the yaml file currently. Can you confirm this works?
Adding more information about what package to select on a Mac, as well as adding the list of packages that will need installed in Spyder before the program will run.