Skip to content
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

psbody repository #98

Open
Fivesecsofmart opened this issue Feb 5, 2024 · 1 comment
Open

psbody repository #98

Fivesecsofmart opened this issue Feb 5, 2024 · 1 comment

Comments

@Fivesecsofmart
Copy link

Hello everyone!

I was trying to install VisTracker (CVPR'23) - https://github.com/xiexh20/VisTracker?tab=readme-ov-file#vistracker-cvpr23 - that requires psbody-mesh library. But following the READ.me for the requirements, this error appears:

"Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libboost-all-dev is already the newest version (1.74.0.3ubuntu7).
0 upgraded, 0 newly installed, 0 to remove and 42 not upgraded.
The virtual environment was not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.

apt install python3.10-venv

You may need to use sudo with that command. After installing the python3-venv
package, recreate your virtual environment.

Failing command: /content/mesh/psbody-mesh-namespace/my_venv/bin/python3

/bin/bash: line 1: my_venv/bin/activate: No such file or directory
Cloning into 'psbody.mesh'...
fatal: could not read Username for 'https://github.com/': No such device or address
[Errno 2] No such file or directory: 'psbody.mesh'
/content/mesh/psbody-mesh-namespace
make: *** No rule to make target 'all'. Stop."

Can anybody help me?

@apmoore499
Copy link

it seems that your python virtualenv, my_venv, is either not setup properly / available from terminal directory - try chatgpt for these things. this error is not specific to psbody repo. once you get it working, you need to locate your boost lib install. if you're on ubuntu, the following is helpful: https://askubuntu.com/questions/263461/where-is-my-boost-lib-file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants