Skip to content

Commit

Permalink
conda env set up
Browse files Browse the repository at this point in the history
  • Loading branch information
claireboyd committed Apr 10, 2024
1 parent e434371 commit 510c0f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions deployments/deploy_etl.err
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
Traceback (most recent call last):
File "/project/crberry/firstamerican-etl/fa-etl.py", line 4, in <module>
import psutil
ModuleNotFoundError: No module named 'psutil'
2 changes: 1 addition & 1 deletion fa-etl.sbatch
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module load python/anaconda-2022.05
# conda create --name fa_etl_env python=3.11.5 --yes
# source activate fa_etl_env
# conda install -c conda-forge polars --yes
# conda install -c conda-forge psutil --yes
# conda install psutil

source activate fa_etl_env

Expand Down

0 comments on commit 510c0f4

Please sign in to comment.