-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Asserion error on running python setup.py install
#20
Comments
I found the solution. The |
I tried that but im still getting the same error, any ideas? |
you can just copy the .so file to your python lib path, or you can add |
I was also struggling with this. @LeemeetElaine is completly right. Changing the code to this worked:
Then running: |
I add install_dirs = [install_dir] but it still put the same error "AssertionError", I have struggled with pangolin in python for a day, tired. |
@KunB-Fighting solution worked for me just after install_dirs definition after install_dir def run(self):
install_dir = get_python_lib()
install_dirs = [install_dir] running note: I installed stevenlovegrove main pangolin before. I had a problem while building due to something missing dependency of eigen library but it was actually missing a dependecy for eigen3-devel in my system and it was not listed in the cmake |
not sure what you need @harshitsinghcode, but you should probably look into the main fork and/or then try to contact the authors. Last commit on this fork is like 7 years old already. |
I mentioned you because u also had the same error! |
I had this error because the build failed. I think it was trying to link the wrong python.
Worked for me on python 3.10 |
Hi,
I am getting this error on running
python setup.py install
The text was updated successfully, but these errors were encountered: