python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problems creating a python package using setuptools and trying to install it from local filesystem
I have created a small package and I'm trying to install it from the local file system but things are not working as expected.
So, let's start with my repository structure
python
packages
...
Giuliani Sanches
Votes: 0
Answers: 1
pip install -e doesn't allow to import via package dir
Easy script to reproduce bug in the end of the question
This was also submitted as a bug on pip's github
For a pkg structured like this:
.
├── setup.py
└── src
└── my_pkg
├── __init__.py
...

CIsForCookies
Votes: 0
Answers: 2
Multiple eggs in pip's requirements file
Question in short
If I want to install repo[tag_1] and repo[tag_2] from two different dependencies, how can I tell pip such that it knows I want to install repo[tag_1,tag_2]?
Question in detail
I have...

physicalattraction
Votes: 0
Answers: 0
Groovy - JAVA_HOME not set and cannot find javac
I am trying to install Groovy on windows using WSL.
After installing sdkman, I run
$ sdk install groovy
Downloading: groovy 3.0.9
In progress...
############################## 100.0%
Installing: g...

Jdam0xff
Votes: 0
Answers: 1