-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support for python3.6 #7
Comments
Hi, I have the same issue.Could you please help me to solve it |
It would be very useful to have a new version of the closed source libraries, since they only work with python3.5 and the dependencies (boost, bullet, etc.) only have the required versions available in Ubuntu 16.04. Running in higher versions of Ubuntu, the dependencies versions required by the libraries in the "lib" directory are not available for install. I have tinkered with it for the last 2 days to get it to work in a docker container starting from an image that had built openpose, but since it was based on Ubuntu 18.04, python3.6 was the default interpreter. I have managed to rebuild it and other dependencies as well with python3.5 using pyenv, but in the end I still run into import errors from the "lib" packages. I have also built boost from source to get the 1.58 version that was required, but then I ran into the same exact problem with libBullet*.so dependencies, since the version available in aptiutude in Ubuntu 18.04 (v2.87) is not compatible with the required one (v2.83). I then tried to build the bullet library from source, but in the end I could not make it produce the .so shared object files (which were imported from by the packages in the "lib" directory). If anyone managed to get everything working (i.e. openpose (with its dependency caffe), pyopenpose and the current project) please explain how you did it and that are your system specifications. Thanks! |
I uploaded and updated the library and necessary packages in Ubuntu18.
My environment is Python3.6.
However, it reports:
Looks like cannot be run.
I am not sure, whether the higher version support is enabled.
To run the boost library, I have installed boost.58 with lower version.
I am not sure whether python 3.6 and python 3.7 is enabled and supported, since python 3.5 is an older version.
Can a new library package be available?
Thanks
The text was updated successfully, but these errors were encountered: