Changes between Initial Version and Version 1 of Ticket #33845
- Timestamp:
- Jul 14, 2022, 10:17:04 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33845
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #33845 – Description
initial v1 2 2 3 3 After several tries, I was able to successfully install the polls package. Here is quote from my command line 4 5 `PS C:\Users\MY PC\desktop\django_exp\src\django_novice> pip install --user django-polls/dist/django-polls-0.1.tar.gz4 {{{ 5 PS C:\Users\MY PC\desktop\django_exp\src\django_novice> pip install --user django-polls/dist/django-polls-0.1.tar.gz 6 6 Processing c:\users\my pc\desktop\django_exp\src\django_novice\django-polls\dist\django-polls-0.1.tar.gz 7 7 Installing build dependencies ... done … … 103 103 return self._accessor.stat(self) 104 104 OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '<frozen importlib._bootstrap>'` 105 105 }}} 106 106 There was a ModuleNotFoundError: No module named 'polls' 107 107