Skip to content

Usage with PyScript #728

Closed
Closed
@quasiben

Description

@quasiben

I was playing around with Pandas and S3 Parquet data and attempted to write a PyScript example to build a dashboard . I was blocked by s3fs not having a Python 3 wheel. This seems odd as pypi lists a pure python 3 wheel here:
https://pypi.org/project/s3fs/#files

error:

(PY1001): Unable to install package(s) 's3fs'. Reason: Can't find a pure Python 3 Wheel for package(s) 's3fs'. See: https://pyodide.org/en/stable/usage/faq.html#micropip-can-t-find-a-pure-python-wheel for more information.

<html>
<head>
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
</head>
<body>
<py-config type="toml">
    packages = ["s3fs"]
</py-config>

<py-script>
# Import libraries
import s3fs
</py-script>
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions