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

Fix the env setup on Python 3.8 #110

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

DenDen047
Copy link

PaulaMihalcea and others added 11 commits March 23, 2021 10:22
The current installation guide is unclear about the actual usage of the psbody-mesh package after building it, as well as impossible to execute on machines without sudo permissions.

The installation part of the documentation has been thus rewritten in order to make it more clear and complete, as well as sudo-free (by using Anaconda).

The parts with the download in the site-packages folder and the renaming of the mesh folder to psbody is what actually makes using this package possible, and this rectified version of the guide contains the cleanest possible way of doing it - the alternatives being copying the mesh folder after compilation in the folders of the projects that use it (bad) and/or editing the import lines in the relative scripts (even worse), as well as the PYTHONPATH variable.
Also updated steps 4 and 5 in the Conda installation section with fewer commands
Finish Release: check-on-m3mac
@fangtiancheng
Copy link

thank you, your PR is very nice, fix my install problem

@cutepiggy123
Copy link

cutepiggy123 commented Jan 16, 2025

hi i am trying to install it on a m=M3 computer. i follow the option Installation with Conda. in the step 4, when i run "pip install --no-deps --install-option="--boost-location=$$BOOST_INCLUDE_DIRS" --verbose --no-cache-dir mesh/." it show that no option for install-option. when i try change it to --config-settings, it show me a lot of error. can you show me what i am doing wrong? thank you a lot!

image

@cutepiggy123
Copy link

also for the step 3, should we clone git clone https://github.com/MPI-IS/mesh or https://github.com/DenDen047/mesh.git? thank you!

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

Successfully merging this pull request may close these issues.

5 participants