Samuel Dupree
Samuel Dupree
Taking a deeper dive into the issue I cited, I found on https://stackoverflow.com/questions/34952651/only-integers-slices-ellipsis-numpy-newaxis-none-and-intege that the problem can be caused by expressions such as np.size(t0,1)/4 result in a float type as...
I attempted to install Orbitdeterminator under Python 3.7. I was successful at installing Orbitdeterminator from the test I ran: ``` (xOrbDet) user@Samuels-Mac-Pro orbitdeterminator % pytest ======================================================================================== test session starts ========================================================================================...
I wasn't sure, so I installed the development headers, did a clean install of gfort2py, and ran the test command. I'm still getting the same results.
To my knowledge, the developnemt headers were installed. Sam Dupree. On May/10/2019 06:09:17, Robert Farmer wrote: > > I dont know fully whats happening but have you installed the >...
My understanding is that CONDA_BUILD_SYSROOT is set in the file conda_build_config.yaml. The question I have is where does this file reside, or where should it reside? Sam Dupree On May/13/2019...
Thank you for responding to my posting so quickly. The command /Users/user/opt/anaconda3/bin/python -c "import matplotlib.pyplot as plt" works fine. The command python-jl -c "import matplotlib.pyplot as plt" fails as follows:...
Below is the result of re-building PyCall.jl: (base) user@Samuels-Mac-Pro ~ % python Python 3.7.6 (default, Jan 8 2020, 13:42:34) [Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin Type "help", "copyright",...
I manually installed PyCall in Julia and it works now. Thank you. Now I'd like to ask what was it that led you to have me manually install PyCall? Nothing...
On final question, when I run the eaxmple as a Python script I get the following message: (base) user@Samuels-Mac-Pro ~ % python diffeqpy-ex-1.py Traceback (most recent call last): File "diffeqpy-ex-1.py",...
To my knowledge, I got them from https://julialang.org/downloads/. Furthermore, I tried rerunning test_ode.py after installing packages SpecialFunctions and DifferentialEquations, still get an Assertion error as follows: (base) user@Samuels-Mac-Pro ~ %...