python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
"[lib] requires [dep], which is not installed" when running PR tests on conda-forge feedstock, despite explicit call in grayskull-generated meta.yaml
I'm trying to upgrade the conda-forge version of xagg to the latest version (v0.3.0). The built-in Azure Pipelines tests that run when I set up a PR of the feedstock into the conda-forge repository ho...
ks905383
Votes: 0
Answers: 1
Python "tables" module "Not Found", but PIP and Conda say it is installed
I'm getting two errors in tandem when trying to export a Pandas DataFrame to HDF5 on M1 Mac:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/pytho...
KCpremo
Votes: 0
Answers: 1
PyTables: Change Table expectedrows parameter dynamically
Within PyTables optimization tips, we can find suggestion to append expectedrows parameter while creating new table - File.create_table().
However, I couldn't find any information about the possibilit...
prze gee
Votes: 0
Answers: 1
How to overcome an import error while importing the tables package in python?
I have been trying to open the tables package in anaconda prompt, but I keep running into the following error:
In [1]: import tables
-------------------------------------------------------------------...
Omika Wadhwa
Votes: 0
Answers: 0