stefanseefeld / faber

Faber
https://stefanseefeld.github.io/faber
Boost Software License 1.0
14 stars 2 forks source link

Issue installing on Ubuntu 20.04.1 LTS using python 3.7.3 #26

Closed thoreauA closed 3 years ago

thoreauA commented 3 years ago

Hi there! I need faber in order to build the library Boost.Python . When running "faber" in my terminal this is the output: Traceback (most recent call last): File "/home/user/anaconda3/bin/faber", line 33, in <module> sys.exit(load_entry_point('faber==0.4.2', 'console_scripts', 'faber')()) File "/home/user/anaconda3/bin/faber", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points File "/home/user/anaconda3/lib/python3.7/site-packages/importlib_metadata/api.py", line 310, in distribution return Distribution.from_name(package) File "/home/user/anaconda3/lib/python3.7/site-packages/importlib_metadata/api.py", line 158, in from_name raise PackageNotFoundError(name) importlib_metadata.api.PackageNotFoundError: faber

Could you help me to figure out the problem? Thank you in advance!

thoreauA commented 3 years ago

Solved by updating all packages in anaconda prompt by: conda update -n root conda latest conda version installed conda update --all update all packages in the current environment to the latest version