-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected
Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption).
- OS version and name: OpenSUSE Tumbleweed with Python 3.8.12, also tested on Ubuntu 20.04
- Poetry version: 1.1.12
- Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/amhndu/4f2a92a1687f6dfac0e458f61e4c0d08
Issue
I can not install stylus with poetry on Linux. (tried on both opensuse and ubuntu). It appears to try installing some macos package and fails. Using regular pip install stylus however works. Also, explicitly adding the source tar.gz link works.
Steps to reproduce:
$ mkdir stylusmvp && cd stylusmvp
$ poetry init -n
$ poetry add stylusVerbose logs: here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected