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 .
I have reverse sequences (AB1 format), can I base on reverse DNA sequences to perform nucleotide alignment, convert nucleotides to amino acids and deposit the sequence in GenBank database?
11 August 2024 5,138 1 View
I have prepared a liquid broth containing Yeast (S. Cerevisiae) that i need to add from it to fermentation media of lignocellulosic hydrolysate. I need to know based on what parameters do we add...
06 August 2024 662 1 View
I aim to be as skeptical as possible regarding whether a pair of orthologous genes results in the same phenotype in their different but related bacterial organisms under similar environmental...
05 August 2024 6,787 4 View
Salam everyone, So I am trying to extract DNA from isolates of clinical samples of staphylococcus aureus, I am using a QIAamp UCP kit. I followed the same manufacturer protocol and used Qubit to...
03 July 2024 3,892 1 View
i make a design topology of mixer For my graduation project working at 28 Ghz on cadence with UMC pdk and get this result S(2,1) 3.5db but when trying to make same topology with another pdk on...
09 June 2024 9,729 3 View
I’m currently utilizing the ORCA software for my computations, applying the PBE0 functional combined with the def2-SVPD basis set and incorporating the RIJCOSX approximation. For the auxiliary...
07 June 2024 6,352 0 View
When using the absorption spectrum to determine the absorption coefficient (Alpha), do the calculation methods differ between powder samples and thin films? If there are differences, what are the...
07 June 2024 8,797 2 View
I use MATLAB to define SAP Model using API function but when trying to define time history direct integration case, the non-linear parameters change from the default which affect the results and...
04 June 2024 2,369 1 View
We have dozens of pure fungal strains recovered from the soil and need to know the extent of their ability to produce antibiotics. Still, the problem is the spread of fungal mycelia on the plate...
09 May 2024 9,467 2 View
Counting the numbers of intraepidermal nerve fibers
05 May 2024 3,296 1 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