You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
Describe the bug
Please include a description of the problem as well has what operation system you are using
OS: [mac sequoia 15.1.1]
M4
Additional information
i tried to downlaod the francinette to my mac
but it keep says
File "/Users/(home)/francinette/main.py", line 15, in
from testers.libft.Libft import Libft
File "/Users/(home)/francinette/testers/libft/Libft.py", line 12, in
from testers.libft.Fsoares import Fsoares
File "/Users/(home)/francinette/testers/libft/Fsoares.py", line 7, in
from pipes import quote
ModuleNotFoundError: No module named 'pipes'
i tried to download it with sudo and everything but it never works
asked gpt it keep says the same thing over and over pipes r not working on python 3 but i think it doesnt matter cuz francinette uses its own python environment what could be the problem?
it also changes my path for python and pip into francinette/venv/bin/python 3 as well
which is weird
The text was updated successfully, but these errors were encountered:
Describe the bug
Please include a description of the problem as well has what operation system you are using
Additional information
i tried to downlaod the francinette to my mac
but it keep says
File "/Users/(home)/francinette/main.py", line 15, in
from testers.libft.Libft import Libft
File "/Users/(home)/francinette/testers/libft/Libft.py", line 12, in
from testers.libft.Fsoares import Fsoares
File "/Users/(home)/francinette/testers/libft/Fsoares.py", line 7, in
from pipes import quote
ModuleNotFoundError: No module named 'pipes'
i tried to download it with sudo and everything but it never works
asked gpt it keep says the same thing over and over pipes r not working on python 3 but i think it doesnt matter cuz francinette uses its own python environment what could be the problem?
it also changes my path for python and pip into francinette/venv/bin/python 3 as well
which is weird
The text was updated successfully, but these errors were encountered: