question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pip3 install -U secretflow

See original GitHub issue

Issue Type

Build/Install

Source

binary

Secretflow Version

secretflow 最新版

OS Platform and Distribution

Ubuntu 22.04

Python version

3.8.13

Bazel version

0

GCC/Compiler version

0

What happend and What you expected to happen.

ERROR: Could not find a version that satisfies the requirement secretflow (from versions: none)
ERROR: No matching distribution found for secretflow

Reproduction code to reproduce the issue.

pip3 install -U secretflow

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
zhouaihuicommented, Aug 3, 2022

@luckymlog 按照你提供的环境信息,我们无法复现你的问题。

我们的复现步骤

  1. docker run -it ubuntu:22.04
  2. apt-get update && apt-get install wget && wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
  3. bash Miniconda3-latest-Linux-x86_64.sh
  4. source /root/miniconda3/bin/activate
  5. conda create --name secretflow python==3.8.13
  6. conda activate secretflow
  7. pip install secretflow 以上均顺利完成。

你们也可以试试用上述方法执行。

0reactions
luckymlogcommented, Aug 3, 2022

解决

Read more comments on GitHub >

github_iconTop Results From Across the Web

secretflow - PyPI
A workflow layer that seamlessly integrates data processing, model training, and hyperparameter tuning. Install. Please check INSTALLATION.md. Deployment.
Read more >
secretflow/INSTALLATION.md at main - GitHub
Installation. The simplist way to try SecretFlow is to use offical docker image which shipps with SecretFlow binary. Or you could install SecretFlow...
Read more >
Installation — scikit-multiflow 0.5.3 documentation
In a terminal, navigate to the local path of the project and run the following command (including the dot at the end):. $...
Read more >
Secretflow - A Unified Framework For Privacy ... - KitPloit
SecretFlow is a unified framework for privacy-preserving data intelligence and machine learning. ... pip install -U secretflow.
Read more >
What does the "-U" option stand for in pip install -U
Type pip install -h to list help: -U, --upgrade Upgrade all packages to the newest available version. So, if you already have a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found