sepp icon indicating copy to clipboard operation
sepp copied to clipboard

Unable to configure sepp ?

Open sunnyEV opened this issue 2 years ago • 3 comments

Unable to install sepp, configuration error. Suggestions.

python setup.py install --user running install running bdist_egg running egg_info writing sepp.egg-info/PKG-INFO writing dependency_links to sepp.egg-info/dependency_links.txt writing requirements to sepp.egg-info/requires.txt writing top-level names to sepp.egg-info/top_level.txt reading manifest file 'sepp.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'sepp.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py installing package data to build/bdist.linux-x86_64/egg running install_data error: can't copy 'home.path': doesn't exist or not a regular file

sunnyEV avatar Jun 09 '22 15:06 sunnyEV

Hmm. Can you clone the repo again and try again? Seems like a crucial file is missing. If the problem persists, let me know.

On Fri, Jun 10, 2022 at 12:26 AM Kevin @.***> wrote:

Unable to install sepp, configuration error. Suggestions.

python setup.py install --user running install running bdist_egg running egg_info writing sepp.egg-info/PKG-INFO writing dependency_links to sepp.egg-info/dependency_links.txt writing requirements to sepp.egg-info/requires.txt writing top-level names to sepp.egg-info/top_level.txt reading manifest file 'sepp.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'sepp.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py installing package data to build/bdist.linux-x86_64/egg running install_data error: can't copy 'home.path': doesn't exist or not a regular file

— Reply to this email directly, view it on GitHub https://github.com/smirarab/sepp/issues/120, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGJXOGK2HGZMEYPKKSYHA3VOIEKFANCNFSM5YKPVDVA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Sent from a phone. Excuse typos and the brevity.

smirarab avatar Jun 16 '22 22:06 smirarab

Hi,

Same error, mate.

copying sepp/math_utils.py -> build/lib/sepp
copying sepp/jobs.py -> build/lib/sepp
copying sepp/scheduler.py -> build/lib/sepp
copying sepp/ensemble.py -> build/lib/sepp
copying sepp/decompose_tree.py -> build/lib/sepp
copying sepp/checkpointing.py -> build/lib/sepp
copying sepp/problem.py -> build/lib/sepp
copying sepp/backtranslate.py -> build/lib/sepp
copying sepp/algorithm.py -> build/lib/sepp
copying sepp/alignment.py -> build/lib/sepp
copying sepp/__init__.py -> build/lib/sepp
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/exhaustive_upp.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/config.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/tree.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/scratch.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/filemgr.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/exhaustive.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/math_utils.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/jobs.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/scheduler.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/ensemble.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/decompose_tree.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/checkpointing.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/problem.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/backtranslate.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/algorithm.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/alignment.py -> build/bdist.linux-x86_64/egg/sepp
copying build/lib/sepp/__init__.py -> build/bdist.linux-x86_64/egg/sepp
byte-compiling build/bdist.linux-x86_64/egg/sepp/exhaustive_upp.py to exhaustive_upp.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/config.py to config.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/tree.py to tree.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/scratch.py to scratch.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/filemgr.py to filemgr.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/exhaustive.py to exhaustive.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/math_utils.py to math_utils.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/jobs.py to jobs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/scheduler.py to scheduler.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/ensemble.py to ensemble.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/decompose_tree.py to decompose_tree.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/checkpointing.py to checkpointing.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/problem.py to problem.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/backtranslate.py to backtranslate.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/algorithm.py to algorithm.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/alignment.py to alignment.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/sepp/__init__.py to __init__.cpython-39.pyc
installing package data to build/bdist.linux-x86_64/egg
running install_data
error: can't copy 'home.path': doesn't exist or not a regular file

sunnyEV avatar Jun 17 '22 00:06 sunnyEV

Hmm. I am traveling right now. I will get back to you early next week. In the meantime, see if you have python 3.8 and if you do perhaps try that?

On Fri, Jun 17, 2022 at 9:21 AM Kevin @.***> wrote:

Hi,

Same error, mate.

copying sepp/math_utils.py -> build/lib/sepp copying sepp/jobs.py -> build/lib/sepp copying sepp/scheduler.py -> build/lib/sepp copying sepp/ensemble.py -> build/lib/sepp copying sepp/decompose_tree.py -> build/lib/sepp copying sepp/checkpointing.py -> build/lib/sepp copying sepp/problem.py -> build/lib/sepp copying sepp/backtranslate.py -> build/lib/sepp copying sepp/algorithm.py -> build/lib/sepp copying sepp/alignment.py -> build/lib/sepp copying sepp/init.py -> build/lib/sepp creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/exhaustive_upp.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/config.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/tree.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/scratch.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/filemgr.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/exhaustive.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/math_utils.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/jobs.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/scheduler.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/ensemble.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/decompose_tree.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/checkpointing.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/problem.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/backtranslate.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/algorithm.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/alignment.py -> build/bdist.linux-x86_64/egg/sepp copying build/lib/sepp/init.py -> build/bdist.linux-x86_64/egg/sepp byte-compiling build/bdist.linux-x86_64/egg/sepp/exhaustive_upp.py to exhaustive_upp.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/config.py to config.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/tree.py to tree.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/scratch.py to scratch.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/filemgr.py to filemgr.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/exhaustive.py to exhaustive.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/math_utils.py to math_utils.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/jobs.py to jobs.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/scheduler.py to scheduler.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/ensemble.py to ensemble.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/decompose_tree.py to decompose_tree.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/checkpointing.py to checkpointing.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/problem.py to problem.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/backtranslate.py to backtranslate.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/algorithm.py to algorithm.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/alignment.py to alignment.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/sepp/init.py to init.cpython-39.pyc installing package data to build/bdist.linux-x86_64/egg running install_data error: can't copy 'home.path': doesn't exist or not a regular file

— Reply to this email directly, view it on GitHub https://github.com/smirarab/sepp/issues/120#issuecomment-1158323207, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGJXOD54XBL6QD5VLQOGHDVPPAJFANCNFSM5YKPVDVA . You are receiving this because you commented.Message ID: @.***>

-- Sent from a phone. Excuse typos and the brevity.

smirarab avatar Jun 17 '22 05:06 smirarab