GoogleCloudPlatform / GoogleCloudPlatform/nl2sql-studio
Failing on install dependencies
- Dominant language
- Python
- Stars
- 46
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am following the instructions to get started from here: [nl2sql-studio](https://googlecloudplatform.github.io/[nl2sql-studio](https://googlecloudplatform.github.io/nl2sql-studio/)/).
On the step [NL2SQL Studio Core - Backend](https://googlecloudplatform.github.io/nl2sql-studio/#nl2sql-studio-core---backend) when running the 'poetry install' command I am getting this error while installing 'pypika':
---
- Installing pypika (0.48.9): Failed
AttributeError
'PythonSpec' object has no attribute 'free_threaded'
at myenv/lib/python3.10/site-packages/virtualenv/discovery/py_info.py:335 in satisfies
331│ return True
332│
333│ _current_system = None
334│ _current = None
→ 335│
336│ @classmethod
337│ def current(cls, app_data=None):
338│ """
339│ This locates the current host interpreter information. This might be different than what we run into in case
Cannot install pypika.
---
As a workaround I've installed the library 'manully'.
Thanks,
Contributor guide
Assessment
This issue has not been assessed yet.