You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.
/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?
The text was updated successfully, but these errors were encountered:
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
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.
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?
The text was updated successfully, but these errors were encountered: