Closed Ash-Pera closed 4 years ago
Possibly related to https://github.com/pypa/setuptools/issues/1768 , setup has no if __name__ == '__main__':
entry point
What version of pip are you using? (pip --version
)
Could you also show which python
and module list
?
I was able to install it successfully from scratch on Wendian with:
module load apps/python3/3.7-anaconda-2018.12
module load utility/standard/cmake/3.16.2
python3 -m venv p3env
source p3env/bin/activate
pip install --upgrade pip
CXXFLAGS="-std=c++11" pip install git+https://github.com/ftherrien/p2ptrans
Loading the cmake module and the CXXFLAGS variable are for installing pylada. If you already have pylada installed you shouldn't need those.
Permissions issue.
Attempting to install an Wendian in Pylada environment: