Hi Rakesh,

Welcome to the relax mailing lists!  For your problems, it would help
if you reported more of the text from the problems you see.  For
example typing:

$ relax --log log_file

without the prompt symbol "$" should place all output into the file
'log_file'.  If this doesn't work, then there is the option of running
one of:

$ relax > log_file
$ relax >> log_file 2>&1

The text before the reported line numbers is very important for
understanding the problem (as well as those after).  I would also
recommend you try running:

$ relax -i > relax_info.log

And copying and pasting that output into an email as well.  Note that
file attachments have been blocked on these mailing lists.  Normally I
would have said that it is your numpy version which is problematic.
However relax should produce a clean message such as:

$ ./relax
Version 1.5.2 of the 'numpy' dependency is not supported, numpy >= 1.6
is required.
$

Maybe the issue is with your Python version?  Could you please report
the versions of Python, relax, minfx, bmrblib, numpy, and scipy you
are using?

Cheers,

Edward



On 19 April 2016 at 19:39, Rakesh Sharma <rakeshrocky.phys...@gmail.com> wrote:
> Hello Everyone,
> I am new user to relax and having error in installing it on windows. after
> installing when i type relax in CMD i got error in cmd as in
>
>  line 72 of dep_check.py
> if version_comparison(numpy.version.version, '1.6') == -1:
>
> and in line 52
> version1 = [int(val) for val in version1.split('.')]
>
> and errors are
>
> value error:  invalid literal for int<> with base 10: '0b1'
>
>
> can anybody please suggest me the solution. My mail id is
>
> rakeshrocky.phys...@gmail.com
>
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> Virus-free.
> www.avast.com
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> <#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
> _______________________________________________
> relax (http://www.nmr-relax.com)
>
> This is the relax-users mailing list
> relax-users@gna.org
>
> To unsubscribe from this list, get a password
> reminder, or change your subscription options,
> visit the list information page at
> https://mail.gna.org/listinfo/relax-users

_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-users mailing list
relax-users@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-users

Reply via email to