Skip to main content

All Questions

Tagged with
0 votes
0 answers
71 views

Snakemake SLURM Executor Causes "srun: fatal" Unless mem_mb Is Set to None

I am new to Snakemake and am trying to run it on a high-performance computing cluster. I have a simple first rule at the top of my Snakefile called target that I use to debug Snakemake: rule target: ...
Shruteek Mairal's user avatar
1 vote
1 answer
648 views

I get a "Fatal Python error: Aborted" and no explanatory error message I can work with when I try to open a simple .orc file with pyarrow

I am using: Win 10 Pro Intel(R) Xeon(R) W-1250 CPU @ 3.30GHz / 16 GB RAM Anaconda Navigator 2.5.0, Python 3.10.13 in venv pyarrow 11.0.0 pandas 2.1.1 Running scripts in Spyder IDE 5.4.3 I want to open/...
Esat Becco's user avatar
0 votes
0 answers
122 views

Windows fatal exception: code 0xc0000374 while tunning Keras hyperparameters

I have been trying to tune my hyperparameters using KerasTuner. But at some epoch in the 11th search trial, this error happened: Windows fatal exception: code 0xc0000374 Main thread: Current thread ...
Murilo's user avatar
  • 653
0 votes
0 answers
94 views

Fatal Python error stemming from tensorflow/transformers packages

I've been getting a Fatal Python error: Illegal instruction. The error seems to stem from tensorflow and transformers.py. I have python 3.9, tensorflow 2.14.0 and transformers 4.33.2. My operating ...
fluxrep's user avatar
0 votes
0 answers
1k views

Fatal Python error: Aborted - randomly happening in code

I don't think I changed anything in my code which was working not long ago, but now I'm getting this error: Fatal Python error: Aborted Main thread: Current thread 0x000027c4 (most recent call first):...
Nate's user avatar
  • 11
3 votes
3 answers
9k views

Fatal error detected: Module object for pyimod02_importers is NULL

After compiling the python script with auto-py-to-exe, I'm getting this error when I try to open the exe file. There's literally no information about this error on the internet, any ideas? List of ...
duruburak's user avatar
  • 231
0 votes
1 answer
114 views

I'm getting an error in pyscopg2 library (python) ERROR:root:connection to server at "localhost", port 5432 failed: FATAL: database does not exist

I'm getting "ERROR:root:connection to server at "localhost" (::1), port 5432 failed: FATAL: database "CONSUMER_EXPENDITURES" does not exist" . Below is my code snippet `...
Sathish Pandurangan's user avatar
1 vote
1 answer
520 views

Python PLaywright Asyncio - FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

I am using playwright in async for web scraping. When I run the following code after some time I get the below error. How can I fix this? <--- Last few GCs ---> [19972:000001D3F1152480] ...
Hansi Hubertus Beidlus's user avatar
-2 votes
2 answers
3k views

How to install pandas using pip in python 3.10.3 in cmd? [duplicate]

C:\Users\Sriram A>pip install pandas Fatal error in launcher: Unable to create process using '"C:\Python39\python.exe" "C:\Program Files (x86)\Python39\Scripts\pip.exe" ...
Sriram A's user avatar
0 votes
1 answer
162 views

Dataiku gensim install problem fatal error

I'm working with a python notebook in Dataiku, I used gensmin package and it worked fine till last week. Now I've tried to pip install gensim again, and at first it seems that it loads the chached ...
Laura R's user avatar
  • 13
0 votes
3 answers
8k views

Pip: Fatal error in launcher: Unable to create process using

I developed a complete Django project on my system. When I try to run on another system, after activating my virtual environment "data". It shows me the path of my system (where it's ...
Abdul Rehman's user avatar
0 votes
0 answers
1k views

pip install web3 issue with fatal error C1083: Cannot open include file: 'io.h': No such file or directory

I am having an issue with fatal error C1083: Cannot open include file: 'io.h': No such file or directory, when I run pip install web3 on a bash terminal the process will start to install then hit me ...
James Katurakes's user avatar
2 votes
1 answer
4k views

My Python program crashes with "Fatal Python error: deallocating None". What does this error mean?

I've been trying to track down an issue with some Python code compiled from C++ (using swig). The following information was retrieved by executing gdb using python3-dbg (python version 3.8). Python ...
Tails86's user avatar
  • 547
0 votes
0 answers
1k views

Could not load python library

At last I finished a my code in Python and converted it to .exe file using py2exe. Program works correctly at my personel computer but when I try it at my office, I got a fatal error: "Could not ...
mdiramali's user avatar
2 votes
0 answers
826 views

QWebEngineView in pyqt5 not work properly

I create a pyqt5 window and add a QWebEngineView in it. This is the code I wrote in the init method of QMainWindow. Creating the object and connect its loadFinished signal to a method works fine, But ...
mimskydo's user avatar

15 30 50 per page