You are here

Installation files not found

3 posts / 0 new
Last post
Installation files not found
#1

I'm currently installing PyRosetta on windows (anaconda) using the linux tar file with the installation instructions from

http://www.pyrosetta.org/dow

I've reached step 6:

From within the new PyRosetta directory, type cd setup && python setup.py install into the command line to set up the PyRosetta.

I've run the installation and received the following output:

fatal: not a git repository (or any of the parent directories): .git
running install
running bdist_egg
running egg_info
writing pyrosetta.egg-info\PKG-INFO
writing dependency_links to pyrosetta.egg-info\dependency_links.txt
writing requirements to pyrosetta.egg-info\requires.txt
writing top-level names to pyrosetta.egg-info\top_level.txt
reading manifest file 'pyrosetta.egg-info\SOURCES.txt'
writing manifest file 'pyrosetta.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
running build_ext
copying build\lib\pyrosetta\database\chemical\residue_type_sets\fa_standard_pre_talaris2013\residue_types\l-ncaa\1-amino-cyclopentane-carboxylic_acid_puck1.params -> build\bdist.win-amd64\egg\pyrosetta\database\chemical\residue_type_sets\fa_standard_pre_talaris2013\residue_types\l-ncaa
error: could not create 'build\bdist.win-amd64\egg\pyrosetta\database\chemical\residue_type_sets\fa_standard_pre_talaris2013\residue_types\l-ncaa\1-amino-cyclopentane-carboxylic_acid_puck1.params': No such file or directory

I've manually checked the directory and the files exist. How do I get the installer to recognize the files?

Category: 
Post Situation: 
Mon, 2019-04-29 02:51
kwadwo00

PyRosetta Windows install is only supported throught Win10+ UNIX sub-system. So you will need to install _Linux_ anaconda first and then within it install PyRosetta. To see howto activate Window UNIX subsystem please see http://www.pyrosetta.org/documentation/windows .

Mon, 2019-04-29 14:50
Sergey

perfect. thank you!

Sun, 2019-05-05 02:42
kwadwo00