-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Trying to regression testing pyflow, but ran into some Aborting graph creation: Problem getting dependency data failure.
How to reproduce
- brew install pyflow
- virtualenv setup with python 3.9.14
- pyflow init
- pyflow install boto3
Error log as below
test error
$ virtualenv . -p python3.9 && source bin/activate
created virtual environment CPython3.9.14.final.0-64 in 585ms
creator CPython3Posix(dest=/Users/rui/Downloads/brew, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/Users/rui/Library/Application Support/virtualenv)
added seed packages: pip==22.3, setuptools==65.5.0, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
(brew)
$ pyflow init
Please enter the Python version for this project: (eg: 3.8)
Default [3.9.14]:
Created `pyproject.toml`
Found multiple compatible Python versions. Please enter the number associated with the one you'd like to use:
1: python3.9: 3.9.14
2: python3: 3.9.14
3: python: 3.9.14
1
🐍 Setting up Python...
(brew)
$ pyflow install boto3
Found lockfile
Aborting graph creation: Problem getting dependency data
Reqs: [
Req {
name: "boto3",
constraints: [
Constraint {
type_: Caret,
version: 1.26.17,
},
],
extra: None,
sys_platform: None,
python_version: None,
install_with_extras: None,
path: None,
git: None,
},
]
It's taking a long time to get dependency data - this usually suggests that the dependency tree is being newly built. Please try again in a few minutes, and if the error still occurs, consider opening an issue on github.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels