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

Requirement file not found while pip installing #21

Open
efertitta opened this issue Oct 22, 2021 · 1 comment
Open

Requirement file not found while pip installing #21

efertitta opened this issue Oct 22, 2021 · 1 comment

Comments

@efertitta
Copy link

While pip installing I get the following error.
I ran the following command: pip3 install --user mpi4pyscf
It seems someone else flagged a similar issue in June but was not resolved yet? Thank you

Collecting mpi4pyscf
Using cached https://files.pythonhosted.org/packages/05/7b/227c77a3c5ef88ff9ef61058287ef898e16eca0eeb198decc50274d11f55/mpi4pyscf-0.3.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-ytn46qjt/mpi4pyscf/setup.py", line 15, in
with open(os.path.join(topdir, 'requirements.txt'), 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-ytn46qjt/mpi4pyscf/requirements.txt'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ytn46qjt/mpi4pyscf/

@sunqm
Copy link
Collaborator

sunqm commented Jan 7, 2022

For the moment you can try installing the package from source code

pip install git+https://github.com/pyscf/mpi4pyscf

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