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

[Windows] pgnuplot.exe not recognized #17

Closed
GuillaumeSutra opened this issue Apr 4, 2018 · 1 comment
Closed

[Windows] pgnuplot.exe not recognized #17

GuillaumeSutra opened this issue Apr 4, 2018 · 1 comment
Labels

Comments

@GuillaumeSutra
Copy link

On Windows, when I run the learning on mnist:
./n2d2 "mnist24_16c4s2_24c5s2_150_10.ini" -learn 600000 -log 10000
I get many non-fatal errors in console output:
'pgnuplot.exe' is not recognized as an internal or external command

Indeed the folder gnuplot/bin contains wgnuplot.exe and gnuplot.exe but no pgnuplot.exe.

Can you fix it in file Gnuplot.cpp ?

#ifdef WIN32
        mCmdPipe = _popen("pgnuplot.exe", "w");
#else
        mCmdPipe = popen("gnuplot", "w");
#endif
olivierbichler-cea added a commit that referenced this issue Apr 5, 2018
…ot 5.0 and has been deprecated since 2012 (issue #17)
@olivierbichler-cea
Copy link
Contributor

pgnuplot.exe was needed in old versions of gnuplot, but has been deprecated since at least gnuplot 4.5 and removed entirely in gnuplot 5.0.
gnuplot 4.5 was introduced in 2012... the gnuplot.exe command is here for some time already, so it doesn't seem necessary to maintain backward compatibility with pgnuplot.exe.

olivierbichler-cea added a commit that referenced this issue Nov 30, 2021
merge experimental into master

Closes #39, #28, #27, #17, #20, and #5

See merge request n2d2/n2d2!9
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