-
Notifications
You must be signed in to change notification settings - Fork 926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in install 'pyasn1' #384
Comments
Hi @meetgyn! Which version of Ubuntu are you using? Could you paste the output of running Also, if you're trying to use Faraday as a user (not in development mode), we suggest you to try the Faraday Server |
Hi. Any news here? |
Hi All, Any updates here. |
Hi @Yashvendra @meetgyn, Thanks! |
I can't install faraday. This error returns to me. I already installed package pyasn1, pyasn1-modules and even so it still has an error. Can someone help me?
(.venv) root@ubuntu:/opt/faraday-dev# faraday-manage initdb
@_call_aside File "/opt/faraday-dev/.venv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3175, in _call_aside f(*args, **kwargs) File "/opt/faraday-dev/.venv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3204, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/opt/faraday-dev/.venv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master ws.require(__requires__) File "/opt/faraday-dev/.venv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/opt/faraday-dev/.venv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve raise DistributionNotFound(req, requirers) **pkg_resources.DistributionNotFound: The 'pyasn1' distribution was not found and is required by service-identity**Traceback (most recent call last):
File "/opt/faraday-dev/.venv/bin/faraday-manage", line 6, in
from pkg_resources import load_entry_point
File "/opt/faraday-dev/.venv/lib/python3.7/site-packages/pkg_resources/init.py", line 3191, in
The text was updated successfully, but these errors were encountered: