CSS-Electronics / api-examples

CANedge API Examples for MDF4/S3
MIT License
103 stars 35 forks source link

requirements installation problem #13

Closed yozdas closed 2 years ago

yozdas commented 2 years ago

i tried to install requirements with "pip install -r requirements.txt", first i had problem with numpy version, i changed to latest version then i had problem with wheel "ERROR: Could not build wheels for multidict, pandas, yarl, which is required to install pyproject.toml-based projects" as suggested on internet i upgraded pip. here is error log file: errors.txt how can i fix these errors?

MatinF commented 2 years ago

Can you let us know your OS and Python version?

yozdas commented 2 years ago

Python Version: Python 3.10.2 OS: Ubuntu 20.04.3 LTS IDE: vscode and PyCharm i think i solved the issue by modifying versions of packages in requirements.txt which is attached. requirements2.txt

MatinF commented 2 years ago

Our api modules and examples are not built for Python 3.10 - please use one of the supported versions listed in the readme