-
Hi ! Here's the full error :
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 15 replies
-
HI @fmagera, sorry about the install issues. Can you take a look at #257 and see if it helps? It adds a bash script that can be used to generate a Dockerfile for compiling wheels using pytorch's manylinux containers. Usage is |
Beta Was this translation helpful? Give feedback.
-
Hi @fmagera , I had a similar issue. What I did was to use conda to install ninja again first. Then I completely remove the theseus file and clone it again, because there might be some cmake files from previous installlation that could lead to additional error. Hope that also works for you. |
Beta Was this translation helpful? Give feedback.
-
The script worked, thanks 👍 |
Beta Was this translation helpful? Give feedback.
-
Hi @fmagera, Thank you for your scripts. I had the same issue when installing Theseus in my container. Now I built the wheel and successfully installed it to my conda env in my container. But when I run pytest, I failed with the following message:
Seems like |
Beta Was this translation helpful? Give feedback.
-
Hi @MickShen7558, It's not my scripts, I'm not the one to thank :) |
Beta Was this translation helpful? Give feedback.
HI @fmagera, sorry about the install issues. Can you take a look at #257 and see if it helps? It adds a bash script that can be used to generate a Dockerfile for compiling wheels using pytorch's manylinux containers. Usage is
./build_scripts/build_wheel.sh <OUTPUT_DIR>
. If the wheels don't work for you maybe you can use it as a starting point?