Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
1 answer
41 views

Pip installs packages globally inside of virtual environment

I am at a loss so I apologise if this is a repeated question. I have currently set up a virtual environment via the command python3 -m venv .env and attempted to install a package that is local to ...
Bobstar89's user avatar
0 votes
1 answer
19 views

Install Python packages in Fedora 40 ERROR: Could not install packages due to an OSError

I am working in an virtual environment in Ubuntu 24.04 using python 3.12.3. The working directory is automatically synced on the cloud. Now, I installed Fedora 40 on my laptop (another PC) with a ...
alexmulo's user avatar
  • 781
0 votes
2 answers
101 views

ValueError: Unable to determine which files to ship inside the wheel using the following heuristics:

MRE Python 3.9 Windows OS On running the below command: pip install kaggle Complete error message: Defaulting to user installation because normal site-packages is not writeable Collecting kaggle ...
Free Palestine's user avatar
0 votes
1 answer
53 views

How can I install Python packages system-wide on MacOS? [duplicate]

For example, if I run: pip3 install matplotlib I get error: error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try brew ...
user22200698's user avatar
3 votes
0 answers
37 views

Python venv creation fails due to ensurepip and zlib issues

I'm unable to create a Python virtual environment via venv in which I can install dependencies via pip. These issues occur on a clean install of Ubuntu 24.04 LTS. I specifically want to use Python's ...
Just10's user avatar
  • 31
-1 votes
1 answer
61 views

How to install Python 3.8.7 using Pip (or easy_install) only in a virtualenv

I have created a virtualenv and want to install python v.3.8.7 using either pip or easy_install tools without affecting the python version installed on the system which Python 2.7. I tried using: pip ...
Sam's user avatar
  • 374
2 votes
1 answer
52 views

pip install pygbag is not installing?

C:\Users\Hp>pip install pygbag ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.8; 0.1.0 Requires-Python >=3.8; 0.1.5 Requires-Python &...
Black Ghost's user avatar
1 vote
0 answers
75 views

symbol not found in flat namespace '_bcp_batch'

I'm using pyenv to manage my python versions. When i use python 3.12.4 or python3.9^, i get this error: File "src/pymssql/_pymssql.pyx", line 1, in init pymssql._pymssql ImportError: dlopen(...
Itamar's user avatar
  • 31
0 votes
1 answer
78 views

Fatal error in launcher: Unable to create process using 'python.exe' and 'pip.exe'

I am encountering an issue while trying to use pip to install packages in Python on Windows. Whenever I run pip install package_name or any pip command, I get the following error message: Fatal error ...
HIMANSHU RAI 44's user avatar
1 vote
1 answer
88 views

Getting error when trying to install Pandas using pip

I am trying to install Pandas. I did: pip install pandas And I tried other versions: pip install pandas=2.2.1 Always the same error: root@thinkpad:/# pip install pandas==2.2.1 Collecting pandas==2.2....
Elyes Lounissi's user avatar
0 votes
0 answers
27 views

why getting ModuleNotFoundError: No module named 'deepchecks.tabular' even thouh deepchecks is installed?

While trying to install the deepchecks framework for testing my ML project using pip install deepchecks --upgrade I got following error. meson setup C:\Users\dev\AppData\Local\Temp\pip-install-dhiqjs\...
Nayeem Md. Quayum's user avatar
0 votes
0 answers
44 views

Error: Python setup.py egg_info did not run successfully. While installing intel-extension-for-transformers

I am following the tutorial https://intel.github.io/intel-extension-for-pytorch/llm/llama3/xpu/ to run Llama 3 models locally, however I am getting the following error while setting up the environment ...
Rohit Reddy's user avatar
-1 votes
0 answers
29 views

Python, Visual Studio Code, installation error

Video course in italian language, minute 12:14 Dear all, I'm working on OS windows 10 with Visual Studio Code. The language is Python. I wanted to make an installation of the applications listed in ...
Uwe_98's user avatar
  • 777
0 votes
1 answer
10k views

ERROR: Failed to build installable wheels for some pyproject.toml based projects (pycryptodome)

I am trying to install Pyrebase to my NewLoginApp Project using PyCharm IDE and Python. I checked and upgraded the version of the software and I selected the project as my interpreter, but I still get ...
Krys Lustre's user avatar
-1 votes
0 answers
18 views

Unable to do Poetry install dependencies in shell venv

I was trying to run backend api, for that I used to do Poetry shell then poetry install for dependencies. But now it has stopped working. Please let me know what should I do, unable to find similar ...
T.Y.M.SAI's user avatar

15 30 50 per page
1
2 3 4 5
267