Spaces:
Sleeping
Sleeping
pablovela5620
commited on
Upload setup.py with huggingface_hub
Browse files
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 |
|