Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with Julia 1.2.0 #21

Closed
wangtieqiao opened this issue Sep 17, 2019 · 2 comments
Closed

Not working with Julia 1.2.0 #21

wangtieqiao opened this issue Sep 17, 2019 · 2 comments
Assignees
Labels

Comments

@wangtieqiao
Copy link

Try to run the examples not working:

  • first complain Dates is Undefined after adjusted using Base.Dates to using Dates passed
  • then complain srand() Undefined, removed it passed
  • then got following error otuput

MethodError: no method matching +(::Float64, ::Array{Float64,1})
Closest candidates are:
+(::Any, ::Any, !Matched::Any, !Matched::Any...) at operators.jl:529
+(::Float64, !Matched::Float64) at float.jl:395
+(!Matched::PyCall.PyObject, ::Any) at /home/steve/.julia/packages/PyCall/ttONZ/src/pyoperators.jl:13
...

Stacktrace:
[1] top-level scope at In[5]:8

@dysonance
Copy link
Owner

@stevewangldcap Thanks for raising this, I will investigate and try to get something worked out.

@dysonance dysonance added the bug label Sep 23, 2019
@dysonance dysonance self-assigned this Sep 23, 2019
@dysonance
Copy link
Owner

@stevewangldcap Try pulling the latest master and see if it works. If not go ahead and post some more details about what's failing and I can take another crack at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants