Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Python Code #2

Open
nfridling opened this issue Feb 23, 2022 · 0 comments
Open

Error in Python Code #2

nfridling opened this issue Feb 23, 2022 · 0 comments

Comments

@nfridling
Copy link

As of this morning, every time i try to run a csv through the online application i receive the below error message. I have previously run the same csv through with no issue.

TypeError: blake3.new() got an unexpected keyword argument 'multithreading'
Traceback:
File "/usr/local/lib/python3.7/site-packages/streamlit/script_runner.py", line 354, in _run_script
exec(code, module.dict)
File "/var/app/app.py", line 45, in
outputs = form(df)
File "./src/components.py", line 102, in form
df = pipe.vaex_process(df, text_column)
File "./src/preprocessing.py", line 114, in vaex_process
vdf = vaex.from_pandas(df)
File "/usr/local/lib/python3.7/site-packages/vaex/init.py", line 444, in from_pandas
return from_dict(columns)
File "/usr/local/lib/python3.7/site-packages/vaex/init.py", line 310, in from_dict
return vaex.from_arrays(**data)
File "/usr/local/lib/python3.7/site-packages/vaex/init.py", line 365, in from_arrays
dataset = vaex.dataset.DatasetArrays(arrays)
File "/usr/local/lib/python3.7/site-packages/vaex/dataset.py", line 1287, in init
self._ids = frozendict({key: hash_array(array) for key, array in self._columns.items()})
File "/usr/local/lib/python3.7/site-packages/vaex/dataset.py", line 1287, in
self._ids = frozendict({key: hash_array(array) for key, array in self._columns.items()})
File "/usr/local/lib/python3.7/site-packages/vaex/dataset.py", line 190, in hash_array
blake = blake3.blake3(multithreading=False) # small amounts of data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant