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

Failure after installing on fedora 34 #9

Open
dvalinrh opened this issue Oct 4, 2021 · 4 comments
Open

Failure after installing on fedora 34 #9

dvalinrh opened this issue Oct 4, 2021 · 4 comments

Comments

@dvalinrh
Copy link
Collaborator

dvalinrh commented Oct 4, 2021

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

@sourabhtk37
Copy link
Owner

Hi @dvalinrh

I guess the required python packages/modules weren't installed automatically.

pip install --upgrade google-api-python-client
This would install the package that have the googleapiclient module. I guess some more packages might be reported missing. For that please run poetry install (given poetry is installed), it will install the correct dependencies defined in the pyproject.toml and poetry.lock files.

@dvalinrh
Copy link
Collaborator Author

dvalinrh commented Oct 6, 2021

Ok,. that clears out the issue (please update the README).

Next issue
dvalin@localhost 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.

@sourabhtk37
Copy link
Owner

sourabhtk37 commented Oct 6, 2021 via email

@dvalinrh
Copy link
Collaborator Author

dvalinrh commented Oct 6, 2021

Data is present, sample
hyper_config:sockets:threads:unit:MB/sec:cpu_affin
hyper_yes_1_socket:1:2:GFlops:224:0,1
hyper_yes_1_socket:1:4:GFlops:224:2,3,0,1

Ran with just 1 file also, same thing
test: results_linpack
linpack/cloud_os/cloud_sys/results_linpack.csv

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.

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