I'm working on a tool using RhinoPython with Numpy and Scipy modules. I 've downloaded and installed Ironpython but when I import scipy it gives me this error messsage "Message: 'module' object has no attribute 'version' ".
Try to comment the following lines in the __init__.py file (use # at the beginning of the lines from 93 to 98):
majver, minver = [float(i) for i in _num.version.version.split('.')[:2]]
if majver < 1 or (majver == 1 and minver < 2):
import warnings
warnings.warn("Numpy 1.2.0 or above is recommended for this version of " \
"scipy (detected version %s)" % _num.version.version,
UserWarning)
Dear Dr Gianpaolo Savio ,
Thanks a lot for your help . the error message no longer appears. :)
thanks very much .
If the sampling frame is not defined (non-probability sampling). How can I determine the sample size so that the sample reflects the real population? -- Example, I'm conducting a survey of...
31 December 2019 1,669 3 View
IfcOpenshell is a good interface to read BIM Ifc files from different software, it is written in C++ as well as Python, however I haven't found enough documentation on IfcOpenShell for Python, Is...
09 October 2017 1,959 4 View
What does it mean when a paper status is changed from "Under Review" after 1 month to "Under Editor's Evaluation" at Elsevier Editorial System?Thanks so much.
04 May 2017 4,518 67 View
What is the proper way to model actual user behavior in design builder?
03 April 2017 10,148 1 View
I'm very enthusiastic to use programming languages in Architecture simulation modeling. I have already learned C# and python but I don't know where to go from here? Besides that, I wouldn't like...
09 October 2014 5,555 10 View
I would like to develop an interactive tool for building simulation using CFD. What is the best orogramming language or open platform to use and how do you use it?
05 June 2014 3,108 2 View
For simulating thermal comfort, the air exchange rate has to be calculated. I have used a very long way to calculate it by evaluating it for every window and the summing the total value. Is there...
05 June 2014 7,245 3 View
What is the best way to calculate airflow rate in a building interior whether using CFD or any other measurement tools?
05 June 2014 3,237 3 View
Any suggestions about the best Python GPGPU module for big data computing ?
01 January 1970 1,696 3 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
Request Python code from this article : Gender equity of authorship in pulmonary medicine over the past decade. THANKS!
08 August 2024 6,242 2 View
Visual Studio Code (VS Code) has become a popular choice among developers for several reasons: 1. **Free and Open Source**: VS Code is free to use and open source, making it accessible to...
07 August 2024 7,013 4 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,977 3 View
Hello everyone, I am currently working on a research project that aims to integrate machine learning techniques into an open source SIEM tool to automate the creation of security use cases from...
04 August 2024 3,196 2 View
I have a .text file for various FASTA sequence , and i want to convert these sequences into a numeric file which will be in .csv format. OR I want to extract physiochemical properties(features)...
25 July 2024 3,650 2 View
In molecular dynamics simulation, to get FEL analysis, I got an error. My Python version is 3.10.7. My input files are made with a lower version of Python. But the final command to generate the...
23 July 2024 5,646 2 View
Hi everyone, I am working on a 3D first-arrival traveltime tomography problem. As part of this, I have the data as first-arrival times (d, 205000), model parameters (m, 170000), and the length...
22 July 2024 8,847 3 View
I am now developing a python module for ms2 database searching, would like to realize a function that similar to what Xcalibur did, choose multiple mass spectra and get an averaged spectra. But...
22 July 2024 3,975 1 View
Actually, I'm having trouble implementing the plot of the flutter region for the whirl prop system with 2 DOF (Influences of structural damping and propeller—pivot point distance on whirl flutter...
21 July 2024 5,047 2 View