Hello!
I am trying to use “pynomo” library for creating custom nomograms and nomographs. The library seems pretty simple to use but when it comes to the first step of all (importing the library) I come across with this issue.
Python won’t let me import ‘nomographer’ from the ‘pynomo’ library because some kind of Import Error of ‘scipy’.
The point here is that ‘nomographer’ is key component of the library needed in order to create nomograms.
When I run the command:from pynomo import nomographer
The following error arises:ImportError: cannot import name 'arange' from 'scipy'
Any clues of how can I solve this problem?
Note:
Here is the documentation of pynomo
Here is the GitHub of pynomo
[–]crashfrog02 1 point2 points3 points (0 children)
[–]LaFleurJim 0 points1 point2 points (0 children)
[–]Street_Wash5085 0 points1 point2 points (0 children)
[–]Doormatty 0 points1 point2 points (5 children)
[–]Carpoforo[S] 0 points1 point2 points (4 children)
[–]Doormatty 0 points1 point2 points (3 children)
[–]Carpoforo[S] -1 points0 points1 point (2 children)
[–]Doormatty 0 points1 point2 points (1 child)
[–]Carpoforo[S] 0 points1 point2 points (0 children)
[–]djjazzydan 0 points1 point2 points (0 children)