You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
poetry appears to install version "1!0.2.1" instead.
when running poetry install after deleting poetry.lock and running poetry env remove on the existing env, it prints: • Installing javascript (1!0.2.1)
additionally, it doesn't actually install it, just creates a bdist-info folder in the virtual-env
I have verified that I cannot import javascript from an interpreter started in the poetry shell
With this in pyproject.toml
poetry appears to install version "1!0.2.1" instead.
when running poetry install after deleting poetry.lock and running poetry env remove on the existing env, it prints:
• Installing javascript (1!0.2.1)
additionally, it doesn't actually install it, just creates a bdist-info folder in the virtual-env
I have verified that I cannot import javascript from an interpreter started in the poetry shell
pypi link: https://pypi.org/project/javascript/1!0.2.14/
using python 3.9.9, installed as non-default.
poetry version 1.1.12
The text was updated successfully, but these errors were encountered: