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
The new python directions are causing lots of problems in the workshop we hosted today.
We only had 5 learners so we were able to solve most of the issues (but not all) before we started but had to start a half hour late. We may really need to think about if it is possible to create some sort of graphical installer that will install mini-forge and setup the environment too.
Some of the issues
Many people had not installed the environment file. Maybe they didn't read the directions well though. Then they still struggled with following them after having learned the unix shell 2 days ago and with an instructor's help.
The environment.yml file doesn't automatically download so they had to know how to save a file in their web browser (which differed by web browser) and most of them didn't know how to do that. Think this is referenced in download html tag for carpentries_environment.yml does not work. #866
Windows users had a problem with after they saved the file, it got a .txt additional extension from Windows. Windows hides this in file explorer and even when you try to rename you can't edit that extension. I was surprised this was a problem but conda gave an error about requirement.txt files needing a name when you try to run the conda create command. So we had to use gitbash to mv the file to a new name without the .txt extension in the end. Perhaps this would be fixed if it automatically downloaded it instead of us saving it as a file.
The learners still struggled with these directions, despite having learned the unix shell a couple days ago. I suspect having not learned the unix shell, asking them to install something in the terminal/mini-forge prompt is very difficult if not impossible for them. I admit to being worried about that prior to the workshop but thought it would be easier after the first day and we shocked by how much help they needed. Not a single learner in the course was able to complete the install directions on their own. A helper also needed help with this install.
The text was updated successfully, but these errors were encountered:
The new python directions are causing lots of problems in the workshop we hosted today.
We only had 5 learners so we were able to solve most of the issues (but not all) before we started but had to start a half hour late. We may really need to think about if it is possible to create some sort of graphical installer that will install mini-forge and setup the environment too.
Some of the issues
environment.yml
file doesn't automatically download so they had to know how to save a file in their web browser (which differed by web browser) and most of them didn't know how to do that. Think this is referenced in download html tag forcarpentries_environment.yml
does not work. #866.txt
additional extension from Windows. Windows hides this in file explorer and even when you try to rename you can't edit that extension. I was surprised this was a problem but conda gave an error aboutrequirement.txt
files needing a name when you try to run theconda create
command. So we had to use gitbash to mv the file to a new name without the.txt
extension in the end. Perhaps this would be fixed if it automatically downloaded it instead of us saving it as a file.The learners still struggled with these directions, despite having learned the unix shell a couple days ago. I suspect having not learned the unix shell, asking them to install something in the terminal/mini-forge prompt is very difficult if not impossible for them. I admit to being worried about that prior to the workshop but thought it would be easier after the first day and we shocked by how much help they needed. Not a single learner in the course was able to complete the install directions on their own. A helper also needed help with this install.
The text was updated successfully, but these errors were encountered: