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

Issues running install script #1

Closed
BedHedd opened this issue Jun 17, 2020 · 1 comment
Closed

Issues running install script #1

BedHedd opened this issue Jun 17, 2020 · 1 comment

Comments

@BedHedd
Copy link

BedHedd commented Jun 17, 2020

Hello,
I am having issues running the install script. It will write and copy all dependencies, but when it reaches the section to use gtk2, in line 87 of setup.py, The script cannot find the gtk2 from https://pypi.org/simple/gtk2/.

as seen below

Couldn't find index page for 'gtk2' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
No local packages or working download links found for gtk2>=2.14.0
error: Could not find suitable distribution for Requirement.parse('gtk2>=2.14.0')

If I navigate to the linked page above, I get a 404 Not Found on the page. Is there a different page for the script? I am not sure if the issue is caused me or if it is caused by the script.

I also made sure to run the prerequisite for pygtk2

sudo yum install -y pygtk2                                                                                                                                                                                (base) 
Last metadata expiration check: 1:01:33 ago on Tue 16 Jun 2020 11:11:44 PM CDT.
Package pygtk2-2.24.0-27.fc31.x86_64 is already installed.

Full output of script

/fah-control-py3-master> python setup.py install                                                                                                                                               (base) 
dir = .
running install
running bdist_egg
running egg_info
writing FAHControl.egg-info/PKG-INFO
writing dependency_links to FAHControl.egg-info/dependency_links.txt
writing requirements to FAHControl.egg-info/requires.txt
writing top-level names to FAHControl.egg-info/top_level.txt
reading manifest file 'FAHControl.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'FAHControl.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
copying fah/FAHControl_glade.py -> build/lib/fah
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/fah
copying build/lib/fah/Connection.py -> build/bdist.linux-x86_64/egg/fah
copying build/lib/fah/SlotConfig.py -> build/bdist.linux-x86_64/egg/fah
copying build/lib/fah/FAHControl.glade -> build/bdist.linux-x86_64/egg/fah
copying build/lib/fah/FAHControl.py -> build/bdist.linux-x86_64/egg/fah
copying build/lib/fah/__init__.py -> build/bdist.linux-x86_64/egg/fah
copying build/lib/fah/wraplabel.py -> build/bdist.linux-x86_64/egg/fah
creating build/bdist.linux-x86_64/egg/fah/db
copying build/lib/fah/db/Column.py -> build/bdist.linux-x86_64/egg/fah/db
copying build/lib/fah/db/Database.py -> build/bdist.linux-x86_64/egg/fah/db
copying build/lib/fah/db/__init__.py -> build/bdist.linux-x86_64/egg/fah/db
copying build/lib/fah/db/Table.py -> build/bdist.linux-x86_64/egg/fah/db
copying build/lib/fah/Version.py -> build/bdist.linux-x86_64/egg/fah
copying build/lib/fah/ClientConfig.py -> build/bdist.linux-x86_64/egg/fah
copying build/lib/fah/Icon.py -> build/bdist.linux-x86_64/egg/fah
copying build/lib/fah/Client.py -> build/bdist.linux-x86_64/egg/fah
creating build/bdist.linux-x86_64/egg/fah/util
copying build/lib/fah/util/PasswordValidator.py -> build/bdist.linux-x86_64/egg/fah/util
copying build/lib/fah/util/EntryValidator.py -> build/bdist.linux-x86_64/egg/fah/util
copying build/lib/fah/util/__init__.py -> build/bdist.linux-x86_64/egg/fah/util
copying build/lib/fah/util/SingleApp.py -> build/bdist.linux-x86_64/egg/fah/util
copying build/lib/fah/util/OrderedDict.py -> build/bdist.linux-x86_64/egg/fah/util
copying build/lib/fah/FAHControl_glade.py -> build/bdist.linux-x86_64/egg/fah
copying build/lib/fah/WidgetMap.py -> build/bdist.linux-x86_64/egg/fah
byte-compiling build/bdist.linux-x86_64/egg/fah/Connection.py to Connection.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/SlotConfig.py to SlotConfig.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/FAHControl.py to FAHControl.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/__init__.py to __init__.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/wraplabel.py to wraplabel.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/db/Column.py to Column.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/db/Database.py to Database.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/db/__init__.py to __init__.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/db/Table.py to Table.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/Version.py to Version.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/ClientConfig.py to ClientConfig.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/Icon.py to Icon.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/Client.py to Client.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/util/PasswordValidator.py to PasswordValidator.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/util/EntryValidator.py to EntryValidator.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/util/__init__.py to __init__.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/util/SingleApp.py to SingleApp.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/util/OrderedDict.py to OrderedDict.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/FAHControl_glade.py to FAHControl_glade.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/fah/WidgetMap.py to WidgetMap.cpython-37.pyc
installing package data to build/bdist.linux-x86_64/egg
running install_data
creating build/bdist.linux-x86_64/egg/EGG-INFO
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.7/FAHControl -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/FAHControl to 755
copying FAHControl.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying FAHControl.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying FAHControl.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying FAHControl.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying FAHControl.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/FAHControl-0.0.0-py3.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing FAHControl-0.0.0-py3.7.egg
Removing /home/bedhedd/miniconda3/lib/python3.7/site-packages/FAHControl-0.0.0-py3.7.egg
Copying FAHControl-0.0.0-py3.7.egg to /home/bedhedd/miniconda3/lib/python3.7/site-packages
FAHControl 0.0.0 is already the active version in easy-install.pth
Installing FAHControl script to /home/bedhedd/miniconda3/bin

Installed /home/bedhedd/miniconda3/lib/python3.7/site-packages/FAHControl-0.0.0-py3.7.egg
Processing dependencies for FAHControl==0.0.0
Searching for gtk2>=2.14.0
Reading https://pypi.org/simple/gtk2/
Couldn't find index page for 'gtk2' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
No local packages or working download links found for gtk2>=2.14.0
error: Could not find suitable distribution for Requirement.parse('gtk2>=2.14.0')
@BedHedd BedHedd closed this as completed Jun 17, 2020
@BedHedd
Copy link
Author

BedHedd commented Jun 17, 2020

I ended up following the instructions from
FoldingAtHome/fah-control#61 (comment)

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

1 participant