solved: Re: AttributeError: module 'virtualenv.create.via_global_ref.builtin.cpython.mac_os' has no attribute 'CPython2macOsArmFramework'
robert rottermann
robert at redcor.ch
Thu Feb 10 17:30:28 UTC 2022
I hunted down all occurrences of virtuaenv
locate '\virtualenv-clone' --basename -e
and removed them
it finally works.
have a godt time
robert
On 10.02.22 15:45, robert rottermann wrote:
> Hi there
>
> when I try to run
>
> python -mvirtualenv
>
> i get
>
> AttributeError: module
> 'virtualenv.create.via_global_ref.builtin.cpython.mac_os' has no attribute
> 'CPython2macOsArmFramework'
>
> Googling for a solution i found that probably more than one virtualenv package
> is installed.
>
> so I try to
>
> pip3 uninstall virtualenv
>
> apt install python3-virtualenv
> apt autoremove
> apt install python3-virtualenv --reinstall
>
> but still:
>
> virtualenv
> AttributeError: module
> 'virtualenv.create.via_global_ref.builtin.cpython.mac_os' has no attribute
> 'CPython2macOsArmFramework'
>
>
> can someone of you please give me a hint, how to resolve that error
>
> thanks very much
>
> Robert
>
>
More information about the ubuntu-users
mailing list