#๐Ÿ”’ feedparser not installing in venv

31 messages ยท Page 1 of 1 (latest)

paper fulcrum
#

For some reason whule my venv folder is active feedparser is being install in a different location.

mnt/data03/home/usr/.local/lib/python3.10/site-packages

while the path of my venv is

/home/jusr/project/venv

marsh islandBOT
#

@paper fulcrum

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

gray galleon
#

How are you installing the module?

#

@paper fulcrum

paper fulcrum
#

using pip install feedparser

#

while my venv is active

gray galleon
#

what's the output of pip --version?

paper fulcrum
#

not sure if im answering ur questions

gray galleon
#

inside the venv

paper fulcrum
#

pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)

gray galleon
#

there you go

paper fulcrum
#

dont know why still

#

pls explain

#

๐Ÿ™‚

gray galleon
#

when you're in your venv what's the output of type -p python?

paper fulcrum
#

is it because where pip is located ?

gray galleon
#

usually

paper fulcrum
#

/usr/bin/python

#

ohhh

#

ok

gray galleon
#

ok so your venv isn't configured correctly

#

for some reason

paper fulcrum
#

i had to make the venv using python3

#

?

gray galleon
#

did you activate it?

paper fulcrum
#

yes

#

(venv) i get this in the terminal windon

#

im using vscode btw

#

not sure if that helps

marsh islandBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.