Dear NEST Developers, We are trying to install NEST 3.3 on a Linux machine in Windows 11 desktop computer and the following error report was obtained:
-- Docs:https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: /nest-3.3.0-build/reports/07_pynesttests.xml -
=========================== short testsummary info ============================
FAILED share/nest/testsuite/pytests/test_NodeCollection.py::TestNodeCollection::test_array_indexing
FAILEDshare/nest/testsuite/pytests/test_NodeCollection.py::TestNodeCollection::test_array_indexing_bools
FAILEDshare/nest/testsuite/pytests/test_NodeCollection.py::TestNodeCollection::test_slice_with_unsorted_raisesFAILEDshare/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_array_list
FAILEDshare/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_additional_synspec_params
FAILEDshare/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_different_weights_delays
FAILEDshare/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_differnt_alpha
FAILEDshare/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_float_rtype
FAILEDshare/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_no_delays
FAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_no_weights
FAILEDshare/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_nonunique
FAILEDshare/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_nonunique_dict_conn_spec
FAILEDshare/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_receptor_type
FAILEDshare/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_rtype
FAILEDshare/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_threaded
=========== 15 failed, 669 passed, 15skipped, 27 warnings in 43.13s ===========
make[3]: *** [CMakeFiles/installcheck.dir/build.make:71:CMakeFiles/installcheck] Error 1
make[2]: *** [CMakeFiles/Makefile2:465:CMakeFiles/installcheck.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:472:CMakeFiles/installcheck.dir/rule] Error 2 make: *** [Makefile:179: installcheck]Error 2 Could you please help to resolve it?Best regards,Petia Koprinkova-Hristova
Dear Petia,
I'm afraid I have to start by saying that the Linux subsystem in Windows (WLS) is a platform for which we are not actively developing NEST. We do not build and test NEST on WSL.
However, to narrow down the issue, can you provide some additional information?
- CMake log
- make build log
- installcheck log (can be found in the reports folder of your build directory
Best regards
Guido
From: Petia Koprinkova [mailto:pkoprinkova@yahoo.com] Sent: Tuesday, 10 January 2023 14:59 To: users@nest-simulator.org Cc: Симона Неделчева croft883@gmail.com Subject: [NEST Users] NEST 3.3 installation error
Dear NEST Developers,
We are trying to install NEST 3.3 on a Linux machine in Windows 11 desktop computer and the following error report was obtained:
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: /nest-3.3.0-build/reports/07_pynesttests.xml -
=========================== short test summary info ============================
FAILED share/nest/testsuite/pytests/test_NodeCollection.py::TestNodeCollection::test_array_indexing
FAILED share/nest/testsuite/pytests/test_NodeCollection.py::TestNodeCollection::test_array_indexing_bools
FAILED share/nest/testsuite/pytests/test_NodeCollection.py::TestNodeCollection::test_slice_with_unsorted_raisesFAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_array_list
FAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_additional_synspec_params
FAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_different_weights_delays
FAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_differnt_alpha
FAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_float_rtype
FAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_no_delays
FAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_no_weights
FAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_nonunique
FAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_nonunique_dict_conn_spec
FAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_receptor_type
FAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_rtype
FAILED share/nest/testsuite/pytests/test_connect_arrays.py::TestConnectArrays::test_connect_arrays_threaded
=========== 15 failed, 669 passed, 15 skipped, 27 warnings in 43.13s ===========
make[3]: *** [CMakeFiles/installcheck.dir/build.make:71: CMakeFiles/installcheck] Error 1
make[2]: *** [CMakeFiles/Makefile2:465: CMakeFiles/installcheck.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:472: CMakeFiles/installcheck.dir/rule] Error 2
make: *** [Makefile:179: installcheck] Error 2
Could you please help to resolve it?
Best regards,
Petia Koprinkova-Hristova
Dear Guido, Thank you for response. We already resolved the problem. It appeared that an update of Linux was needed after installation of NEST. Best,Petia Sent from Yahoo Mail on Android
On пн, яну 16, 2023 at 12:13, Trensch, Guidog.trensch@fz-juelich.de wrote: _______________________________________________ NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org
Dear Petia,
thank you for letting us know and it is very good to know that NEST works in principle under WSL.
bets regards
Guido
From: Petia Koprinkova [mailto:pkoprinkova@yahoo.com] Sent: Monday, 16 January 2023 11:26 To: NEST User Mailing List users@nest-simulator.org Subject: [NEST Users] Re: NEST 3.3 installation error
Dear Guido,
Thank you for response. We already resolved the problem. It appeared that an update of Linux was needed after installation of NEST.
Best,
Petia
Sent from Yahoo Mail on Android https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers&af_wl=ym&af_sub1=Internal&af_sub2=Global_YGrowth&af_sub3=EmailSignature
On пн, яну 16, 2023 at 12:13, Trensch, Guido
<g.trensch@fz-juelich.de mailto:g.trensch@fz-juelich.de > wrote:
_______________________________________________ NEST Users mailing list -- users@nest-simulator.org mailto:users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org mailto:users-leave@nest-simulator.org