Skip to content

[Bug] #1426

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

Closed
AlexOpanasevych opened this issue Aug 15, 2023 · 3 comments
Closed

[Bug] #1426

AlexOpanasevych opened this issue Aug 15, 2023 · 3 comments
Labels
api: database closed-by-bot needs-info Need information for the developer stale Don't have recent activity type: question

Comments

@AlexOpanasevych
Copy link

[REQUIRED] Please fill in the following fields:

  • Pre-built SDK from the website or open-source from this repo: Open-Source
  • Firebase C++ SDK version: 11.4.0
  • Problematic Firebase Component: All (Auth, Database, etc.)
  • Other Firebase Components in use: All (Auth, Database, etc.)
  • Platform you are using the C++ SDK on: Windows
  • Platform you are targeting: Desktop (iOS, Android, and/or desktop)

[REQUIRED] Please describe the issue here:

Steps to reproduce:

Followed instruction in README, created build folder, run command

cmake --build .

Relevant Code:

flatbuffers.vcxproj -> C:\Users\Sasha\Documents\projects2021\github-garbage-folder\firebase-cpp-sdk\desktop_build\ext
  ernal\src\flatbuffers-build\Debug\flatbuffers.lib
  flatc.vcxproj -> C:\Users\Sasha\Documents\projects2021\github-garbage-folder\firebase-cpp-sdk\desktop_build\external\
  src\flatbuffers-build\Debug\flatc.exe
  zlibstatic.vcxproj -> C:\Users\Sasha\Documents\projects2021\github-garbage-folder\firebase-cpp-sdk\desktop_build\exte
  rnal\src\zlib-build\Debug\zlibstaticd.lib
  Generating google_services_resource
  Traceback (most recent call last):
    File "C:\Users\Sasha\Documents\projects2021\github-garbage-folder\firebase-cpp-sdk\binary_to_array.py", line 46, in
   <module>
      from absl import app
  ModuleNotFoundError: No module named 'absl'

What I'm doing wrong? Btw, following Python module is installed.

@a-maurice
Copy link
Contributor

Usually that error means that the absl-py module is missing. If you have multiple versions of python installed, it could be that absl-py is installed on one, but the build is using a different python, that is missing it. The build should be using python3, so you could always run:
python3 -m pip install --user absl-py
to make sure that absl-py is installed on that.

@a-maurice a-maurice added needs-info Need information for the developer and removed new New issue. labels Aug 16, 2023
@google-oss-bot
Copy link

Hey @AlexOpanasevych. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

@google-oss-bot google-oss-bot added the stale Don't have recent activity label Aug 23, 2023
@google-oss-bot
Copy link

Since there haven't been any recent updates here, I am going to close this issue.

@AlexOpanasevych if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.

@firebase firebase locked and limited conversation to collaborators Sep 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: database closed-by-bot needs-info Need information for the developer stale Don't have recent activity type: question
Projects
None yet
Development

No branches or pull requests

3 participants