-
Notifications
You must be signed in to change notification settings - Fork 322
pip install doesn't install package, create dist-info folder only #1370
Replies: 2 comments · 3 replies
-
please show us the output of the My first guess is that you didn't change directory after cloning and before |
Beta Was this translation helpful? Give feedback.
All reactions
-
My output of the `pip install -e .[dev]` command
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Ok that looks normal/successful. Lemme check some things when I'm back at my desk and I'll respond again then |
Beta Was this translation helpful? Give feedback.
All reactions
-
I can't replicate the problem. I ran $ cd ~/Desktop
$ python -m venv foo
$ source foo/bin/activate
$ cd /opt/pydata-sphinx-theme # this is where my clone is
$ pip install -e .[dev]
$ cd ~/Desktop/foo/lib/python3.10/site-packages/
$ ls -d pydata*
pydata_sphinx_theme-0.13.4.dev0.dist-info pydata_sphinx_theme.pth |
Beta Was this translation helpful? Give feedback.
All reactions
-
...and for completeness: $ cat pydata_sphinx_theme.pth
/opt/pydata-sphinx-theme/src (which is expected when installing with |
Beta Was this translation helpful? Give feedback.
-
Hi!
python -m venv env
pip install -e .[dev]
. There is no the pydata-sphinx-theme package In the\env\Lib\site-packages\
folder. It has dist-info folder only.stb serve docs/
and got mistake:ModuleNotFoundError: No module named 'pydata_sphinx_theme'
Could you help me how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions