mcfletch / venv-hpl

Link a Host Project into a Virtualenv for Python
MIT License
0 stars 0 forks source link

cant link gi on ubuntu 18.04 #1

Open gprichter opened 4 years ago

gprichter commented 4 years ago

i have just the example case of gi on my machine, bound to 18.04 LTS because of delayed software for 20.04. got a python3.6 as system default and an app (https://github.com/GeraldJansen/hamster-tool.git) that requires py>=3.7 (due to datetime.fromisoformat())

-thanks!

gprichter commented 4 years ago

remark: had the venvhpl installed on system level outside of the venv before but also no luck with that, on venv-hpl gi in the venv I got

Traceback (most recent call last):
  File "/usr/bin/venv-hpl", line 11, in <module>
    load_entry_point('venvhpl==1.0.0', 'console_scripts', 'venv-hpl')()
  File "/usr/lib/python3/dist-packages/venvhpl/venvhpl.py", line 68, in main
    os.symlink(source, target)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3/dist-packages/gi' -> '/usr/lib/python3.6/site-packages/gi'