pablovela5620 commited on
Commit
738fbe0
·
verified ·
1 Parent(s): 5484e95

Upload setup.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -10,7 +10,7 @@ eigen_include_dir = os.environ.get("EIGEN_INCLUDE_DIR")
10
  if eigen_include_dir is None:
11
  raise EnvironmentError(
12
  "EIGEN_INCLUDE_DIR environment variable is not set. "
13
- "Please set it to the path of Eigen's include directory."
14
  )
15
 
16
 
 
10
  if eigen_include_dir is None:
11
  raise EnvironmentError(
12
  "EIGEN_INCLUDE_DIR environment variable is not set. "
13
+ "Please set it in your .pixi.sh to the path of Eigen's include directory."
14
  )
15
 
16