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

openfl package not found #16

Closed
alexkarargyris opened this issue Feb 11, 2021 · 1 comment
Closed

openfl package not found #16

alexkarargyris opened this issue Feb 11, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@alexkarargyris
Copy link

Describe the bug
Following the OpenFL documentation instructions here but I get the following error when running pip install openfl:

ERROR: Could not find a version that satisfies the requirement openfl
ERROR: No matching distribution found for openfl

-OS: MacOS Big Sur

@alexey-gruzdev alexey-gruzdev added documentation Improvements or additions to documentation question Further information is requested labels Feb 11, 2021
@alexey-gruzdev
Copy link
Contributor

@alexkarargyris thanks for pointing this out. Right now we didn't publish PyPI wheels (this activity is in progress), so you need to install OpenFL from source:

git clone https://github.com/intel/openfl.git
cd openfl/
pip install .

alexey-gruzdev pushed a commit that referenced this issue Jun 4, 2021
* Added description how to install pip package on Windows (and possibly MacOS)
Based on #16 (#16)

* Fixes of small "typos" in the docs...
dmitryagapov pushed a commit to dmitryagapov/openfl that referenced this issue Jul 30, 2021
anindya-paul pushed a commit to anindya-paul/openfl that referenced this issue Dec 7, 2022
…ternalloops

Test case for validating internal loops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants