Relative Content

Tag Archive for pythonpython-venv

Accessing same virtual environment from different systems

I have created a virtual environment in a local folder in my office laptop which is synced in my MEGA cloud drive. I did so such that the environment be accessible through my home laptop. Both my home and office laptops have the same Python version 3.12.
But when I want to activate the environmnet and run python on my home laptop in powershell or VSCode, they return the error No Python at “ThePathtoPythonInterpreteronMyOfficeLaptop.

Getting segmentation fault python after installing db_dtypes module

i am running a python script which complained that it needed db_dtypes module but after installing in my venv, i get the zsh: segmentation fault python error. How can i resolve this? I am using python 3.12 and I also tried on python 3.11. this is happening on a mac. Running the script on windows and on github actions works ok.