IndianOpenSourceFoundation / dynamic-cli

A Modern, user-friendly command-line HTTP client for the API testing, and if you're stuck - Search and browse StackOverflow without leaving the CLI
https://pypi.org/project/dynamic-cli/
GNU General Public License v3.0
169 stars 120 forks source link

Unable to run Dynamic-CLI using terminal [Using Source Code] #178

Closed sahilsuman933 closed 2 years ago

sahilsuman933 commented 2 years ago

Issue: I am not able to run dynamic cli directly using terminal. It is working fine using pycharm but not with the terminal. It is showing dynamic module is not found.

Screenshot of the Issue: image

System Details: Screenshot_20220324_204419

Python Version: Python 3.10

sahilsuman933 commented 2 years ago

@pranavbaburaj could you please look into this issue and tell me how can I fix it?

github-actions[bot] commented 2 years ago

Hi👋 thanks for creating your first issue for IOSF, Will get back to you soon !.

lainq commented 2 years ago

image Not sure why, but it works for me

sahilsuman933 commented 2 years ago

@pranavbaburaj just uninstall the dynamic cli using pip command then run it from the source code. Then I am sure you will face that issue.

Like I am pretty sure you installed it through pip command too.

lainq commented 2 years ago

@pranavbaburaj just uninstall the dynamic cli using pip command then run it from the source code. Then I am sure you will face that issue.

Like I am pretty sure you installed it through pip command too.

Should prolly be fixed in #179. Please see whether the issue persists.

sahilsuman933 commented 2 years ago

@pranavbaburaj just uninstall the dynamic cli using pip command then run it from the source code. Then I am sure you will face that issue. Like I am pretty sure you installed it through pip command too.

Should prolly be fixed in #179. Please see whether the issue persists.

Yup it does fix the issue!