question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Version 2.0.0 incompatible with Google co-lab pip install

See original GitHub issue

The new update fails to pip install on Google co-lab:

...
  Building wheel for pyscf (setup.py) ...   Destination directory: /tmp/pip-wheel-2ntur_3d
  Running command /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pjqr_jb0/pyscf_55ed2d6694074776a124d95f1e592c38/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pjqr_jb0/pyscf_55ed2d6694074776a124d95f1e592c38/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-2ntur_3d
  running bdist_wheel
  running build
  running build_ext
  Configuring extensions
  cmake -S/tmp/pip-install-pjqr_jb0/pyscf_55ed2d6694074776a124d95f1e592c38/pyscf/lib -Bbuild/temp.linux-x86_64-3.7
  CMake Error: The source directory "" does not exist.
  Specify --help for usage, or press the help button on the CMake GUI.
  error: command 'cmake' failed with exit status 1
error
  ERROR: Failed building wheel for pyscf
...

The full verbose output is here: pip_output.txt

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
sunqmcommented, Nov 1, 2021

The pipeline to build pip wheel was killed by the github actions. PR #1092 was to fix the issue. pip wheels will be uploaded soon

0reactions
sunqmcommented, Sep 5, 2022

More wheels were built for pyscf v2.1 . Very likely there’s no need to compile from source code

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find a version that satisfies the requirement pandas ...
Just pip install pandas should find compatible version. Share.
Read more >
Cannot use google.colab because it cannot be found ... - Kaggle
I'm trying to run '!pip3 install google' on kaggle's kernel and use the functionality of from 'google.colab import files' to upload json file...
Read more >
google-auth - PyPI
This library simplifies using Google's various server-to-server authentication mechanisms to access Google APIs. Installing. You can install using pip:
Read more >
pipeline.ipynb - Colaboratory - Google Colab
Install Google packages · 1) Requirement already satisfied: python-dateutil<3.0dev,>=2.7.2 in /usr/local/lib/python3.7/dist-packages (from google-cloud-bigquery< ...
Read more >
[chimerax-users] alphafold in Google colab - UCSF RBVI
[chimerax-users] alphafold in Google colab ... tensorflow>=2.0.0, which is not installed. xarray-einstats 0.2.2 requires numpy>=1.21, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found