Peer Herholz (e64cfc68) at 16 Feb 12:02
add tasks to Code testing notebook
Peer Herholz (73dc1367) at 16 Feb 11:38
Merge branch 'main' of https://gitlab.com/julia-pfarr/nowaschool_ma...
... and 1 more commit
Peer Herholz (201a2336) at 15 Feb 21:59
Merge branch 'main' of https://gitlab.com/julia-pfarr/nowaschool_ma...
... and 1 more commit
Peer Herholz (a3c9d3ad) at 15 Feb 08:18
remove tensorflow version
Peer Herholz (ca16da4a) at 14 Feb 20:29
update python materials to work better as slideshows
Peer Herholz (e055a11b) at 14 Feb 16:47
update jupyter intro
Peer Herholz (dd38501e) at 14 Feb 15:59
add sourcedata directory for python intro
Peer Herholz (becbe6ec) at 12 Feb 20:11
updates psychopy section
Peer Herholz (ca77cea1) at 12 Feb 16:56
update psychopy section links
Peer Herholz (a1c7b682) at 12 Feb 16:46
fix ToC-related build error
Peer Herholz (9e83a1dd) at 12 Feb 16:41
add code style section to ToC
Peer Herholz (7af84691) at 12 Feb 16:38
Merge branch 'main' of https://gitlab.com/julia-pfarr/nowaschool_ma...
... and 4 more commits
Could you please try option 2, ie requirements.txt as outlined here?
For this to work, you have to remove the environment again and then start with the outlined instructions.
The first error suggests that you already have the environment you want to create, or at least one of the same name. You could try to activate it via:
conda activate nowaschool
or delete it via
conda remove -n nowaschool --all
and then create it again to be sure.
I think this has to do with the way WSL interacts with your windows OS.
Within /home/ you will most likely only find files and paths specific to WSL.
If you, however, want to access your windows OS, ie the host machine, you have to go via /mnt/c/ and then whatever path/file you want to indicate. For example, assuming the file is on your Desktop and your username within windows is also llin, you could try:
conda env create -f /mnt/c/Users/llin/Desktop/environment.yml
Dear NOWA-school Team,
after following the installation instructions (without having apparent problems) I tried to check the installation with the command "bash <( surl -s ). The output I'm getting is the following: curl: no URL specified! curl: try 'curl --help' or 'curl --manual' for more information
Do you have an Idea what could be the problem here?
Thanks, Theresa
Ok, thanks!
What happens if you try to create the environment again? (NB: Please be aware of the two options for creating it.)
Hi @pylin109739
ok that's good as things seem to work. I think we have to update/add the paths to python, conda, etc. to your bash profile.
Could you maybe try the following:
WSL
.bashrc file via e.g. nano ~/.bashrc
export PATH=/home/llin/miniconda3/bin:$PATH"
WSL and restart itwhich conda and which python