On Wed, Mar 30, 2022 at 3:16 PM berk berk <
cing...@gmail.com> wrote:
>
> I tried it... Actually while i following with usb debugging i see some errors these just from "from sympy.vector import ...."
> My compiling using base library SymPy 1.1.1 in it. When I out off to "from sympy.vector import ...." from my main code everything is well.
> Yes again some structures doesn't work, example: evaluate=True, plot3d(_one variable graph). But these unimportance to me.
> As a natural I thought this problem cause by old SymPy version. Therefore I updating SymPy 1.1.1 to 1.10.1 or another 1.9... I display that error during compile:
>
>
> STDOUT:
> patching file sympy/utilities/timeutils.py
> Hunk #1 FAILED at 8.
> 1 out of 1 hunk FAILED -- saving rejects to file sympy/utilities/timeutils.py.rej
It's not clear what you mean by "compile" (SymPy is pure Python and
does not need to be compiled), or what program you are using that
produces the above output (it looks like it is coming from 'patch' or
'git' maybe?).
Without more context, it's impossible to know what is going wrong.
None of the errors you have shown look like they are coming from SymPy
itself, but rather from a broken installation of it. I would repeat my
advice from before that usually your best bet when this sort of thing
happens is to just delete the environment and recreate it from
scratch.
Aaron Meurer
>
> 30 Mart 2022 Çarşamba tarihinde saat 22:44:15 UTC+3 itibarıyla
asme...@gmail.com şunları yazdı:
>>
>> If you are getting errors just from imports, it is most likely that
>> the issue has to do with your installation. I would try removing SymPy
>> and reinstalling it. For instance, perhaps when upgrading somehow
>> files from the old version have been left around and are messing with
>> the new version.
>>
>> Aaron Meurer
>>
>> On Tue, Mar 29, 2022 at 4:48 PM berk berk <
cing...@gmail.com> wrote:
>> >
>> > Hey guys, when i add interesting vector import my code, i display that error : TypeError: unsupported operand type(s) for +=: 'NoneType' and 'NoneType'
>> >
>> > from sympy.vector import CoordSys3D, curl, divergence, gradient
>> > from sympy.vector import *
>> >
>> > --
>> > You received this message because you are subscribed to the Google Groups "sympy" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an email to
sympy+un...@googlegroups.com.
>> > To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/6b8c447a-f0b3-4e18-88c6-c46a83d3429an%40googlegroups.com.
>
> --
> You received this message because you are subscribed to the Google Groups "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
sympy+un...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/d37f9dcd-6405-4307-8e1c-959b599fcb2an%40googlegroups.com.