-
Notifications
You must be signed in to change notification settings - Fork 4
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
could not import redmax_py #5
Comments
Did you install DiffRedMax successfully (Step 4 in README instruction):
After you successfully install it, you should be able to import redmax_py in your conda environment. |
Hi Jie
Yes, I did. Here is the screenshot of the output after running the install
command.
[image: image.png]
…On Fri, Nov 17, 2023 at 9:29 AM Jie Xu ***@***.***> wrote:
Did you install DiffRedMax successfully (Step 4 in README instruction):
cd externals/DiffHand/core
python setup.py install
After you successfully install it, you should be able to import redmax_py
in your conda environment.
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP3DUW5RLZ2CLRZ2UKH7RWLYE6NIBAVCNFSM6AAAAAA7PQNCBKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJWHAYTQNBXGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have followed the instructions in the README file. (docker and source both). In both the cases it gives the same error. |
I see, could you check two things for me:
|
May be also |
|
It seems that you are not in your conda env as shown in the python and pip path |
Okay. Here are the results in the env:
|
Then it seems you have installed redmax_py. Can you import it if you open a python via |
Uhh no.
|
that's so weird, I'm sorry that I have no other ideas about what went wrong... |
I tried it with a different pc. It is giving the same error. Could there be anything missing in the installation? Some prerequisites that I need before I can install it successfully? |
I have run into the same issue |
could you please let me know if you figure it out @Runze-Zhao
|
also, @eanswer could you share the folder - |
The problem on my side is that I don't recursively have to download all the folders under the project (DiffHand/pybind11),also lack of the package of libXxf86vm.After downloading the relevant files, re-run the setup.py and it will work fine. |
@Navneet-Kaur21 Let me know if the issue has been successfully solved by recursively cloning the project as mentioned by @Runze-Zhao so that I can close the issue. |
Hello, I have run into the same issue. I cannot even install the 'redmax_py' pkg. |
I solve the problem by rebuilding the environment and now it works lol. Some packages must be missing when first time install the env. |
I ran into the same problem too. First of all, i was using the docker image, since i got trouble by installation on And I after I got in the image, i used pip install -e . in the path /DiffHand/core/ . Then there will be
Then if i enter python into the python command line, It this in order? So the solution maybe add this path into the package searching path or environment path? Also I found that in the image, the package actually installed in the following path:
But the rest of the pip and the using python is from
|
I have tried installing using the source and the docker method. (For both DiffHand and TactileSimulation)
I keep getting the same error again and again. Could you please help solving this?
Traceback (most recent call last):
File "test_sim_speed.py", line 13, in
import redmax_py as redmax
ModuleNotFoundError: No module named 'redmax_py'
The text was updated successfully, but these errors were encountered: