-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running TAPNET in Windows? #49
Comments
FYI I made a step forward by running this: It installed a slightly different version. =} Now I am stuck on missing tensorflow. I suppose I have to downgrade python. |
Hi vitacon, Unfortunately we don't have experinece running the TAP models in this repository on Window. However, there is another related issue, please take a look if that is helpful #25 |
Thanks for the reply.
I already read that - that's why I started experimenting with jax and it seems this part is solved. On my other computer with an older installation of conda I got i bit farther but I still can't make it work. It missed It updated a lot of libraries and I got an error that seemed to be related to
This led me to a Tensorflow forum suggesting removing
I did that and I now I get a different error. =}
|
Instead, try download kubric from github as a subdirectory and place it as a separate directory beside tapnet.
|
By "beside" you mean parallel with
It does not seem to change anything and I still get the same error related to |
Hi @vitacon, I am curious that have you managed to run the code on Windows? I followed the instruction on the front page and managed to
I guess it results from the fact that I don't know the Windows equivalent for |
I also tried to change
|
Hello, no - unfortunately I got stuck on the tensorflow problem and I let it be.
I used this: |
Thanks for the reply! I tried everything I could think of, however, it still doesn't work...
I would do more study on those commands and thanks again for your help! |
I suppose the failing line should just import file tapir_model.py from tapnet folder. |
Thanks for the reply! I finally figured it out with the help of ChatGPT. The Windows equivalence for |
Hm, the variable PYTHONPATH is not defined at the beginning so it basically sets something like this: |
FYI, @weirenorweiren reports that the new pip-based installation has gotten it working for them in #71 . Hopefully this is a solution. |
I am trying to run TAPNET in Windows 11 with Anaconda3-2023.07-2-Windows-x86_64.exe but I still get a JAX related error message.
I already installed
jaxlib-0.4.11-cp311-cp311-win_amd64.whl
but it´s apparently not enough.conda list includes this:
Can somebody tell me what I am doing wrong?
The text was updated successfully, but these errors were encountered: