-
Notifications
You must be signed in to change notification settings - Fork 6
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
Failure after installing on fedora 34 #9
Comments
Hi @dvalinrh I guess the required python packages/modules weren't installed automatically.
|
Ok,. that clears out the issue (please update the README). Next issue INFO:root:process result: linpack/amazon/m5.24xlarge/results_linpack.csv INFO:root:process result: linpack/amazon/m5.xlarge/results_linpack.csv INFO:root:process result: linpack/amazon/i3en.xlarge/results_linpack.csv INFO:root:process result: linpack/rhel/i3en.24xlarge/results_linpack.csv INFO:root:process result: linpack/rhel/m5.24xlarge/results_linpack.csv INFO:root:process result: linpack/rhel/m5.xlarge/results_linpack.csv INFO:root:process result: linpack/rhel/i3en.xlarge/results_linpack.csv INFO:root:process result: linpack/ubuntu/i3en.24xlarge/results_linpack.csv INFO:root:process result: linpack/ubuntu/m5.24xlarge/results_linpack.csv INFO:root:process result: linpack/ubuntu/m5.xlarge/results_linpack.csv INFO:root:process result: linpack/ubuntu/i3en.xlarge/results_linpack.csv https://docs.google.com/spreadsheets/d/ Do not see anything appear in my folders (sheets). Logged into gmail with both my Redhat account and my private email. Do not see the results any place. |
Seems like missing data. If you don't see spreadsheet then it must be
missing data or the format of the data is changed which is not supported.
…On Wed, 6 Oct 2021, 16:14 dvalinrh, ***@***.***> wrote:
Ok,. that clears out the issue (please update the README).
Next issue
***@***.*** Quisby]$ poetry run quisby process --os-type rhel
--os-release rhel_8.4 --cloud-type aws lin_file
INFO:root:process result: linpack/amazon/i3en.24xlarge/results_linpack.csv
INFO:root:process result: linpack/amazon/m5.24xlarge/results_linpack.csv
INFO:root:process result: linpack/amazon/m5.xlarge/results_linpack.csv
INFO:root:process result: linpack/amazon/i3en.xlarge/results_linpack.csv
INFO:root:process result: linpack/rhel/i3en.24xlarge/results_linpack.csv
INFO:root:process result: linpack/rhel/m5.24xlarge/results_linpack.csv
INFO:root:process result: linpack/rhel/m5.xlarge/results_linpack.csv
INFO:root:process result: linpack/rhel/i3en.xlarge/results_linpack.csv
INFO:root:process result: linpack/ubuntu/i3en.24xlarge/results_linpack.csv
INFO:root:process result: linpack/ubuntu/m5.24xlarge/results_linpack.csv
INFO:root:process result: linpack/ubuntu/m5.xlarge/results_linpack.csv
INFO:root:process result: linpack/ubuntu/i3en.xlarge/results_linpack.csv
https://docs.google.com/spreadsheets/d/
Do not see anything appear in my folders (sheets). Logged into gmail with
both my Redhat account and my private email. Do not see the results any
place.
Been about 10 minutes.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBO5BQ2W2ITKTAPQAG5AWTUFQSBNANCNFSM5FI4IR6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Data is present, sample Ran with just 1 file also, same thing Know something is not set up right, question is what, and then updating the documentation accordingly. Also, if that is the case, Quisby needs to spit out an error message it is not uploading anything. Silent failures is not good. |
poetry run quisby -h
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib64/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/home/dvalin/zath_dev/Quisby/quisby/quisby.py", line 9, in
from quisby.sheet.sheetapi import sheet
File "/home/dvalin/zath_dev/Quisby/quisby/sheet/sheetapi.py", line 1, in
from googleapiclient.discovery import build
ModuleNotFoundError: No module named 'googleapiclient'
Installed
php-google-apiclient1.noarch
and
python3-google-api-client.noarch
still have same issure
The text was updated successfully, but these errors were encountered: